Skip to content

Commit 327d035

Browse files
committed
Fix copy/paste mistake.
1 parent fc68e62 commit 327d035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros-by-example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ When forwarding a matched fragment to another macro-by-example, matchers in
8080
the second macro will see an opaque AST of the fragment type. The second macro
8181
can't use literal tokens to match the fragments in the matcher, only a
8282
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
83+
fragment types are an exception, and *can* be matched by literal tokens. The
8484
following illustrates this restriction:
8585

8686
```rust,compile_fail

0 commit comments

Comments
 (0)