Skip to content

Commit 559e09c

Browse files
authored
Merge pull request rust-lang#769 from timka/patch-1
Syntax error fix
2 parents e96c8b9 + 1a0273b commit 559e09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Attributes may be applied to many things in the language:
5050
* [Generic lifetime or type parameter][generics] accept outer attributes.
5151
* Expressions accept outer attributes in limited situations, see [Expression
5252
Attributes] for details.
53-
* [Function][functions], [closure]] and [function pointer]
53+
* [Function][functions], [closure] and [function pointer]
5454
parameters accept outer attributes. This includes attributes on variadic parameters
5555
denoted with `...` in function pointers and [external blocks][variadic functions].
5656

0 commit comments

Comments
 (0)