about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doc/guide-macros.md2
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: