Skip to content

Commit daa91d8

Browse files
committed
Fix unclear macros documentation.
1 parent 3b945dc commit daa91d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-macros.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ forbidden.
8787

8888
Otherwise, the invocation syntax is free-form.
8989

90-
To take as an argument a fragment of Rust code, write `$` followed by a name
90+
To take a fragment of Rust code as an argument, write `$` followed by a name
9191
(for use on the right-hand side), followed by a `:`, followed by a *fragment
9292
specifier*. The fragment specifier denotes the sort of fragment to match. The
9393
most common fragment specifiers are:

0 commit comments

Comments
 (0)