Skip to content

Commit

Permalink
Merge pull request #769 from timka/patch-1
Browse files Browse the repository at this point in the history
Syntax error fix
  • Loading branch information
Centril authored Mar 2, 2020
2 parents e96c8b9 + 1a0273b commit 559e09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Attributes may be applied to many things in the language:
* [Generic lifetime or type parameter][generics] accept outer attributes.
* Expressions accept outer attributes in limited situations, see [Expression
Attributes] for details.
* [Function][functions], [closure]] and [function pointer]
* [Function][functions], [closure] and [function pointer]
parameters accept outer attributes. This includes attributes on variadic parameters
denoted with `...` in function pointers and [external blocks][variadic functions].

Expand Down

0 comments on commit 559e09c

Please sign in to comment.