about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs
index a931d8c27ba..8154ae2f307 100644
--- a/src/libsyntax/ast.rs
+++ b/src/libsyntax/ast.rs
@@ -2637,6 +2637,6 @@ pub enum AssocItemKind {
     Fn(FnSig, Generics, Option<P<Block>>),
     /// A type.
     TyAlias(Generics, GenericBounds, Option<P<Ty>>),
-    /// A macro expanding to an item.
+    /// A macro expanding to items.
     Macro(Mac),
 }