Commit 23e72645 authored by David Symonds's avatar David Symonds

regexp: remove unnecessary sentence in doc comment.

R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/53190046
parent 77e6ceb7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment