From 23e72645ddf1eefbf56df7a0f3cb0a994c6f1072 Mon Sep 17 00:00:00 2001 From: David Symonds <dsymonds@golang.org> Date: Fri, 17 Jan 2014 09:06:28 -0800 Subject: [PATCH] regexp: remove unnecessary sentence in doc comment. R=rsc, iant CC=golang-codereviews https://golang.org/cl/53190046 --- src/pkg/regexp/regexp.go | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.9