about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-10-08 23:42:39 +0000
committerbors <bors@rust-lang.org>2014-10-08 23:42:39 +0000
commit63fe80e1ffd036e99e1c707116774ac10203e2f1 (patch)
treecf97b47b65b0cfe8334bb651198f52fea0d36aa4
parent218cb4bc9968277fb90e9ad5c2eee03e1f36724d (diff)
parentdaa91d8ef4fa178e524fd1b6079f1fbbbb0bdcfb (diff)
downloadrust-63fe80e1ffd036e99e1c707116774ac10203e2f1.tar.gz
rust-63fe80e1ffd036e99e1c707116774ac10203e2f1.zip
auto merge of #17867 : jbcrail/rust/unclear-macros-doc, r=alexcrichton
I rearranged one sentence in the macros guide to make it less awkward.
-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: