From 35702c784e2329fe3e44947430d246f8cdb04645 Mon Sep 17 00:00:00 2001 From: Dave Russell Date: Wed, 13 Jun 2018 13:40:19 +1000 Subject: [PATCH] doc/contribute.html: add missing whitespace after blocks --- doc/contribute.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contribute.html b/doc/contribute.html index d802bd72a1..5f6af2c93c 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -418,7 +418,7 @@ $ ./all.bash # recompile and test
  • Step 4: Send the changes for review to Gerrit using git -codereview mail(which doesn't use e-mail, despite the name). +codereview mail (which doesn't use e-mail, despite the name).
     $ git codereview mail     # send changes to Gerrit
     
    @@ -984,8 +984,8 @@ followed by run.bash.
  • In this section, we'll call the directory into which you cloned the Go repository $GODIR. -The go tool built by $GODIR/make.bashwill be installed -in $GODIR/bin/goand you +The go tool built by $GODIR/make.bash will be installed +in $GODIR/bin/go 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