]> Cypherpunks repositories - gostls13.git/commit
regexp: fix copy-paste typo on Regexp.UnmarshalText doc
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 13 Apr 2023 12:17:26 +0000 (13:17 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 14 Apr 2023 16:28:44 +0000 (16:28 +0000)
commitd4bcfe4e834da1d31b7071e83eb045e089271175
treea94d51ab3c9aadef93de80d39d45191008db83be
parent4bd20ec884876816e8f011aea931f7b6846c3a4c
regexp: fix copy-paste typo on Regexp.UnmarshalText doc

I noticed that https://go.dev/cl/479401 called both methods MarshalText
in the godoc, so fix that.

While here, add more godoc links for better usability.

Change-Id: I8f10bafeca6a1ca1c1ed9be7a7dd9fdecfe991a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/484335
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/regexp/regexp.go