Skip to content

Commit 61b2edb

Browse files
authored
edit(grammar): Add space between words
From "where `x.py`is" -> "where `x.py` is"
1 parent bcfe470 commit 61b2edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ documentation you want.
260260
By default `rustc` does not build the compiler for it's internal items.
261261
Mostly because this is useless for the average user. However, you might need to
262262
have it available so you can understand the types. Here's how you can compile it
263-
yourself. From the top level directory where `x.py`is located run:
263+
yourself. From the top level directory where `x.py` is located run:
264264

265265
```bash
266266
cp src/bootstrap/config.toml.example config.toml

0 commit comments

Comments
 (0)