mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
Fix unclear macros documentation.
This commit is contained in:
@@ -87,7 +87,7 @@ forbidden.
|
||||
|
||||
Otherwise, the invocation syntax is free-form.
|
||||
|
||||
To take as an argument a fragment of Rust code, write `$` followed by a name
|
||||
To take a fragment of Rust code as an argument, write `$` followed by a name
|
||||
(for use on the right-hand side), followed by a `:`, followed by a *fragment
|
||||
specifier*. The fragment specifier denotes the sort of fragment to match. The
|
||||
most common fragment specifiers are:
|
||||
|
||||
Reference in New Issue
Block a user