aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2013-02-13 16:43:55 +1100
committerDavid Symonds <dsymonds@golang.org>2013-02-13 16:43:55 +1100
commit4101469cccd68e7c04a9b4d04f5399fa8f22d68d (patch)
tree2065a51d86664fcf18db9eae5f41fdd4ef9e1947
parentea1f7b83800f769d16384c759f2e373bb492f336 (diff)
downloadgo-4101469cccd68e7c04a9b4d04f5399fa8f22d68d.tar.xz
doc: adjust indentation in Effective Go commentary example.
R=golang-dev, adg CC=golang-dev https://golang.org/cl/7225080
-rw-r--r--doc/effective_go.html5
1 files changed, 2 insertions, 3 deletions
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.
<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 }