Fix typos “a”→“an”
This commit is contained in:
parent
2ad56d5c90
commit
bf88b113ea
99 changed files with 157 additions and 157 deletions
|
@ -262,7 +262,7 @@ pub mod token_stream {
|
|||
}
|
||||
|
||||
/// `quote!(..)` accepts arbitrary tokens and expands into a `TokenStream` describing the input.
|
||||
/// For example, `quote!(a + b)` will produce a expression, that, when evaluated, constructs
|
||||
/// For example, `quote!(a + b)` will produce an expression, that, when evaluated, constructs
|
||||
/// the `TokenStream` `[Ident("a"), Punct('+', Alone), Ident("b")]`.
|
||||
///
|
||||
/// Unquoting is done with `$`, and works by taking the single next ident as the unquoted term.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue