From 1a0273b6e77345ce149add5e19e8fc346687935c Mon Sep 17 00:00:00 2001 From: Timur Date: Mon, 2 Mar 2020 02:48:59 +0300 Subject: [PATCH] Syntax error fix --- src/attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes.md b/src/attributes.md index dfffe5ca01c1a..da94428ea4369 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -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].