We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc68e62 commit 327d035Copy full SHA for 327d035
src/macros-by-example.md
@@ -80,7 +80,7 @@ When forwarding a matched fragment to another macro-by-example, matchers in
80
the second macro will see an opaque AST of the fragment type. The second macro
81
can't use literal tokens to match the fragments in the matcher, only a
82
fragment specifier of the same type. The `ident`, `lifetime`, and `tt`
83
-fragment types are an exception, and can be matched by literal tokens. The
+fragment types are an exception, and *can* be matched by literal tokens. The
84
following illustrates this restriction:
85
86
```rust,compile_fail
0 commit comments