Skip to content

Commit 7665a3f

Browse files
Merge pull request #115 from ScottAbbey/master
Change `it's` to `its`
2 parents 88174ba + f062dc7 commit 7665a3f

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
@@ -257,7 +257,7 @@ documentation you want.
257257

258258
### Document internal rustc items
259259

260-
By default `rustc` does not build the compiler for it's internal items.
260+
By default `rustc` does not build the compiler for its 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
263263
yourself. From the top level directory where `x.py` is located run:

0 commit comments

Comments
 (0)