We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84098ac commit ad7526fCopy full SHA for ad7526f
src/items/functions.md
@@ -117,10 +117,10 @@ implemented by executing an illegal instruction.
117
118
## Attributes on functions
119
120
-Functions allow for [outer attributes][attributes] and for [inner
121
-attributes][attributes] where inner attributes are allowed on its [block].
+[Outer attributes][attributes] are allowed on functions. [Inner
+attributes][attributes] are allowed directly after the `{` inside its [block].
122
123
-For example of an inner attribute on a function, this function will only be
+This example shows an inner attribute on a function. The function will only be
124
available while running tests.
125
126
```
0 commit comments