From: Dave Russell Date: Wed, 13 Jun 2018 03:43:12 +0000 (+0000) Subject: doc/contribute.html: add whitespace after blocks, where missing X-Git-Tag: go1.11beta1~126 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=930185f26dfc85615511fa14ed5f831fb9aa266f;p=gostls13.git doc/contribute.html: add whitespace after blocks, where missing 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 --- 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