Skip to content

Commit 399d543

Browse files
tshepangmark-i-m
authored andcommitted
whitespace
1 parent 81428c1 commit 399d543

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/building/compiler-documenting.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
You might want to build documentation of the various components
44
available like the standard library. There’s two ways to go about this.
5-
You can run rustdoc directly on the file to make sure the HTML is
6-
correct, which is fast. Alternatively, you can build the documentation
7-
as part of the build process through x.py. Both are viable methods
8-
since documentation is more about the content.
5+
You can run rustdoc directly on the file to make sure the HTML is
6+
correct, which is fast. Alternatively, you can build the documentation
7+
as part of the build process through x.py. Both are viable methods
8+
since documentation is more about the content.
99

1010
## Document everything
1111

0 commit comments

Comments
 (0)