diff options
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/guide-macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-macros.md b/src/doc/guide-macros.md index c2c374d3e1f..ed4e924ce8a 100644 --- a/src/doc/guide-macros.md +++ b/src/doc/guide-macros.md @@ -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: |
