doc/contribute.html: add missing whitespace after <code> blocks

This commit is contained in:
Dave Russell 2018-06-13 13:40:19 +10:00
parent 4f6b9ed5ad
commit 35702c784e
1 changed files with 3 additions and 3 deletions

View 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