whitespace

This commit is contained in:
Tshepang Lekhonkhobe 2019-11-07 22:10:49 +02:00 committed by Who? Me?!
parent 81428c1c1e
commit 399d543e38
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
You might want to build documentation of the various components
available like the standard library. Theres two ways to go about this.
You can run rustdoc directly on the file to make sure the HTML is
correct, which is fast. Alternatively, you can build the documentation
as part of the build process through x.py. Both are viable methods
since documentation is more about the content.
You can run rustdoc directly on the file to make sure the HTML is
correct, which is fast. Alternatively, you can build the documentation
as part of the build process through x.py. Both are viable methods
since documentation is more about the content.
## Document everything