This commit is contained in:
Aleksey Kladov 2019-02-11 19:07:49 +03:00
parent bbcd3566de
commit dc951098f6
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ pub use tt::{Delimiter, Punct};
pub use crate::syntax_bridge::ast_to_token_tree;
/// This struct contains AST for a single `macro_rules` defenition. What might
/// This struct contains AST for a single `macro_rules` definition. What might
/// be very confusing is that AST has almost exactly the same shape as
/// `tt::TokenTree`, but there's a crucial difference: in macro rules, `$ident`
/// and `$()*` have special meaning (see `Var` and `Repeat` data structures)