]> Cypherpunks repositories - gostls13.git/commitdiff
regexp: remove unnecessary sentence in doc comment.
authorDavid Symonds <dsymonds@golang.org>
Fri, 17 Jan 2014 17:06:28 +0000 (09:06 -0800)
committerDavid Symonds <dsymonds@golang.org>
Fri, 17 Jan 2014 17:06:28 +0000 (09:06 -0800)
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/53190046

src/pkg/regexp/regexp.go

index 0046026eaebdcfe1c8ed14525c3c451ad07aa7aa..6ce5902a5aa1311d5ac31b6ab03af99e4992e5ba 100644 (file)
@@ -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