Skip to content

Commit c61ff29

Browse files
lxl-renrengopherbot
authored andcommitted
mime: add available godoc link
Change-Id: Ic5454758c87e9f84a829aed8a72b5ad977878585 GitHub-Last-Rev: 2eb8ced GitHub-Pull-Request: golang#68605 Reviewed-on: https://go-review.googlesource.com/c/go/+/601295 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent e8776e1 commit c61ff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mime/encodedword.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func (d *WordDecoder) Decode(word string) (string, error) {
226226
}
227227

228228
// DecodeHeader decodes all encoded-words of the given string. It returns an
229-
// error if and only if WordDecoder.CharsetReader of d returns an error.
229+
// error if and only if [WordDecoder.CharsetReader] of d returns an error.
230230
func (d *WordDecoder) DecodeHeader(header string) (string, error) {
231231
// If there is no encoded-word, returns before creating a buffer.
232232
i := strings.Index(header, "=?")

0 commit comments

Comments
 (0)