]> Cypherpunks repositories - gostls13.git/commitdiff
doc: adjust indentation in Effective Go commentary example.
authorDavid Symonds <dsymonds@golang.org>
Wed, 13 Feb 2013 05:43:55 +0000 (16:43 +1100)
committerDavid Symonds <dsymonds@golang.org>
Wed, 13 Feb 2013 05:43:55 +0000 (16:43 +1100)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/7225080

doc/effective_go.html

index 1363f092f1f9d471814baf2fad7dda69f05f02ca..a373776892d76c789233ca0300323f8dc427bd7c 100644 (file)
@@ -167,10 +167,9 @@ should set up the detailed documentation that follows.
 
 <pre>
 /*
-    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 }