diff --git a/src/doc/guide-macros.md b/src/doc/guide-macros.md index c2c374d3e1f15..ed4e924ce8a8a 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: