mirror of
https://github.com/golang/go
synced 2024-11-20 02:54:39 -07:00
regexp: fix doc comment
Fixes #2432. R=r, r CC=golang-dev https://golang.org/cl/5376041
This commit is contained in:
parent
74f61fc656
commit
7a6a9755a9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user