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 }