From 4101469cccd68e7c04a9b4d04f5399fa8f22d68d Mon Sep 17 00:00:00 2001 From: David Symonds Date: Wed, 13 Feb 2013 16:43:55 +1100 Subject: [PATCH] doc: adjust indentation in Effective Go commentary example. R=golang-dev, adg CC=golang-dev https://golang.org/cl/7225080 --- doc/effective_go.html | 5 ++--- 1 file 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.
 /*
-    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 }
-- 
2.48.1