1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:11:21 -06:00

regexp: fix doc comment

Fixes #2432.

R=r, r
CC=golang-dev
https://golang.org/cl/5376041
This commit is contained in:
Russ Cox 2011-11-09 13:46:54 -05:00
parent 74f61fc656
commit 7a6a9755a9

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