mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
regexp: remove unnecessary sentence in doc comment.
R=rsc, iant CC=golang-codereviews https://golang.org/cl/53190046
This commit is contained in:
parent
77e6ceb75a
commit
23e72645dd
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ import (
|
|||
var debug = false
|
||||
|
||||
// Regexp is the representation of a compiled regular expression.
|
||||
// The public interface is entirely through methods.
|
||||
// A Regexp is safe for concurrent use by multiple goroutines.
|
||||
type Regexp struct {
|
||||
// read-only after Compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue