From: David Symonds Date: Fri, 17 Jan 2014 17:06:28 +0000 (-0800) Subject: regexp: remove unnecessary sentence in doc comment. X-Git-Tag: go1.3beta1~942 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=23e72645ddf1eefbf56df7a0f3cb0a994c6f1072;p=gostls13.git regexp: remove unnecessary sentence in doc comment. R=rsc, iant CC=golang-codereviews https://golang.org/cl/53190046 --- diff --git a/src/pkg/regexp/regexp.go b/src/pkg/regexp/regexp.go index 0046026eae..6ce5902a5a 100644 --- a/src/pkg/regexp/regexp.go +++ b/src/pkg/regexp/regexp.go @@ -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