]> Cypherpunks repositories - gostls13.git/commitdiff
regexp: fix doc comment
authorRuss Cox <rsc@golang.org>
Wed, 9 Nov 2011 18:46:54 +0000 (13:46 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 9 Nov 2011 18:46:54 +0000 (13:46 -0500)
Fixes #2432.

R=r, r
CC=golang-dev
https://golang.org/cl/5376041

src/pkg/regexp/regexp.go

index b906076f9eb270a11237ac444b7a478620934916..59f3be39d294d56ab19ca4c6bb7a4b01215ceeb9 100644 (file)
@@ -1,7 +1,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package regexp implements a simple regular expression library.
+// Package regexp implements regular expression search.
 //
 // The syntax of the regular expressions accepted is the same
 // general syntax used by Perl, Python, and other languages.