Skip to content

Commit ad7526f

Browse files
committed
Verbiage suggestions from review
1 parent 84098ac commit ad7526f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/items/functions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ implemented by executing an illegal instruction.
117117

118118
## Attributes on functions
119119

120-
Functions allow for [outer attributes][attributes] and for [inner
121-
attributes][attributes] where inner attributes are allowed on its [block].
120+
[Outer attributes][attributes] are allowed on functions. [Inner
121+
attributes][attributes] are allowed directly after the `{` inside its [block].
122122

123-
For example of an inner attribute on a function, this function will only be
123+
This example shows an inner attribute on a function. The function will only be
124124
available while running tests.
125125

126126
```

0 commit comments

Comments
 (0)