]> Cypherpunks repositories - gostls13.git/commit
mime: fix docs for WordDecoder.Decode
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Sep 2015 21:16:41 +0000 (14:16 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Sep 2015 21:50:17 +0000 (21:50 +0000)
commit3ed6e830b9cb7541e20a19665f4e1c41453170f2
treeaccf1e060d549de909ef8c0671e5a6a613dbf4b1
parent7d48573d468fdbd4ff77c5b0aee5386a2f6967ad
mime: fix docs for WordDecoder.Decode

It was correct for an early version of the CL which introduced the
type, but later versions of the CL changed the behavior without
updating the documentation.

Fixes #12568

Change-Id: Ia4090a02ba122e9f8317ed86c4c9839ae2c539e0
Reviewed-on: https://go-review.googlesource.com/14496
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/mime/encodedword.go