diff options
Diffstat (limited to 'doc/effective_go.html')
-rw-r--r-- | doc/effective_go.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/effective_go.html b/doc/effective_go.html index 27bfd1bf5..a7e6b7bdf 100644 --- a/doc/effective_go.html +++ b/doc/effective_go.html @@ -159,7 +159,7 @@ should set up the detailed documentation that follows. <pre> /* - The regexp package implements a simple library for + Package regexp implements a simple library for regular expressions. The syntax of the regular expressions accepted is: @@ -186,7 +186,7 @@ If the package is simple, the package comment can be brief. </p> <pre> -// The path package implements utility routines for +// Package path implements utility routines for // manipulating slash-separated filename paths. </pre> |