Skip to content

Commit 1a0273b

Browse files
authored
Syntax error fix
1 parent e96c8b9 commit 1a0273b

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)