Skip to content

Commit 04f289a

Browse files
Fix header hierarchy
Co-authored-by: Eric Huss <[email protected]>
1 parent 87f527b commit 04f289a

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
@@ -76,7 +76,7 @@ delimiters for the matcher will match any pair of delimiters. Thus, for
7676
instance, the matcher `(())` will match `{()}` but not `{{}}`. The character
7777
`$` cannot be matched or transcribed literally.
7878

79-
#### Forwarding a matched fragment
79+
### Forwarding a matched fragment
8080

8181
When forwarding a matched fragment to another macro-by-example, matchers in
8282
the second macro will see an opaque AST of the fragment type. The second macro

0 commit comments

Comments
 (0)