Skip to content

Commit 5ec3e1a

Browse files
committed
Fix line lengths
1 parent c4ac71e commit 5ec3e1a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/macro-expansion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ three cases has occurred:
9696
from metavariables to the corresponding token trees.
9797
- Failure: `tts` does not match `ms`. This results in an error message such as
9898
"No rule expected token _blah_".
99-
- Error: some fatal error has occurred _in the parser_. For example, this happens
100-
if there are more than one pattern match, since that indicates the macro is
101-
ambiguous.
99+
- Error: some fatal error has occurred _in the parser_. For example, this
100+
happens if there are more than one pattern match, since that indicates
101+
the macro is ambiguous.
102102

103103
The full interface is defined [here][code_parse_int].
104104

src/tests/running.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ enable it in the `config.toml`, too:
7676
incremental = true
7777
```
7878

79-
Note that incremental compilation will use more disk space than
80-
usual. If disk space is a concern for you, you might want to check the
81-
size of the `build` directory from time to time.
79+
Note that incremental compilation will use more disk space than usual.
80+
If disk space is a concern for you, you might want to check the size
81+
of the `build` directory from time to time.
8282

8383
## Running tests manually
8484

0 commit comments

Comments
 (0)