]> Cypherpunks repositories - gostls13.git/commitdiff
doc/contribute.html: add whitespace after <code> blocks, where missing
authorDave Russell <forfuncsake@gmail.com>
Wed, 13 Jun 2018 03:43:12 +0000 (03:43 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Jun 2018 04:46:06 +0000 (04:46 +0000)
Change-Id: Iea5c705dd58f9b83fbeb0500defcc08c34716169
GitHub-Last-Rev: 35702c784e2329fe3e44947430d246f8cdb04645
GitHub-Pull-Request: golang/go#25858
Reviewed-on: https://go-review.googlesource.com/118536
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/contribute.html

index d802bd72a16e6248cdbdf5b58b0552565452f8e5..5f6af2c93cfec3b6d5ee9e0f40b254fb859aa3e6 100644 (file)
@@ -418,7 +418,7 @@ $ ./all.bash    # recompile and test
 
 <li>
 <b>Step 4:</b> Send the changes for review to Gerrit using <code>git</code>
-<code>codereview</code> <code>mail</code>(which doesn't use e-mail, despite the name).
+<code>codereview</code> <code>mail</code> (which doesn't use e-mail, despite the name).
 <pre>
 $ git codereview mail     # send changes to Gerrit
 </pre>
@@ -984,8 +984,8 @@ followed by <code>run.bash</code>.
 
 <li>
 In this section, we'll call the directory into which you cloned the Go repository <code>$GODIR</code>.
-The <code>go</code> tool built by <code>$GODIR/make.bash</code>will be installed
-in <code>$GODIR/bin/go</code>and you
+The <code>go</code> tool built by <code>$GODIR/make.bash</code> will be installed
+in <code>$GODIR/bin/go</code> and you
 can invoke it to test your code.
 For instance, if you
 have modified the compiler and you want to test how it affects the