From a1b8f5a26a9b0e3a12ca227d0c79a3f25899ef1c Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 7 Nov 2019 22:10:49 +0200 Subject: [PATCH] whitespace --- src/building/compiler-documenting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/building/compiler-documenting.md b/src/building/compiler-documenting.md index 5c80c3d1..345a324b 100644 --- a/src/building/compiler-documenting.md +++ b/src/building/compiler-documenting.md @@ -2,10 +2,10 @@ You might want to build documentation of the various components available like the standard library. There’s 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