Skip to content

Commit 76da521

Browse files
author
Hero Bird
authored
Update 2540-formal-function-parameter-attributes.md
1 parent 4529f89 commit 76da521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2540-formal-function-parameter-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ in the following example:
220220
fn foo(bar: bool);
221221
```
222222

223-
Note that this does not work in all situations (for example closures) and might invole even
223+
Note that this does not work in all situations (for example closures) and might involve even
224224
more complexity in user's code than simply allowing formal function parameter attributes.
225225

226226
## Impact

0 commit comments

Comments
 (0)