From: David Symonds Date: Wed, 13 Feb 2013 05:43:55 +0000 (+1100) Subject: doc: adjust indentation in Effective Go commentary example. X-Git-Tag: go1.1rc2~1057 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4101469cccd68e7c04a9b4d04f5399fa8f22d68d;p=gostls13.git doc: adjust indentation in Effective Go commentary example. R=golang-dev, adg CC=golang-dev https://golang.org/cl/7225080 --- diff --git a/doc/effective_go.html b/doc/effective_go.html index 1363f092f1..a373776892 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -167,10 +167,9 @@ should set up the detailed documentation that follows.
 /*
-    Package regexp implements a simple library for
-    regular expressions.
+Package regexp implements a simple library for regular expressions.
 
-    The syntax of the regular expressions accepted is:
+The syntax of the regular expressions accepted is:
 
     regexp:
         concatenation { '|' concatenation }