doc: adjust indentation in Effective Go commentary example.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/7225080
This commit is contained in:
David Symonds 2013-02-13 16:43:55 +11:00
parent ea1f7b8380
commit 4101469ccc
1 changed files with 2 additions and 3 deletions

View 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 }