]> Cypherpunks repositories - gostls13.git/commit
encoding/json: fix a bug in the documentation
authormike andrews <mra@xoba.com>
Tue, 27 Sep 2016 20:22:29 +0000 (16:22 -0400)
committerIan Lance Taylor <iant@golang.org>
Tue, 27 Sep 2016 21:41:34 +0000 (21:41 +0000)
commit15b4d187b8dceb3384dd3bf8ea9f368c517f082d
treee6d5b86d911e3a5d1f77da01d64b0db523c3ee94
parentfdc167164ecde259bd356cc8e7ae5ccb0903469c
encoding/json: fix a bug in the documentation

    Documentation made reference to an unknown entity "DisableHTMLEscaping,"
    but I think it actually meant the method "Encoder.SetEscapeHTML."

    Fixes #17255

Change-Id: I18fda76f8066110caef85fd33698de83d632e646
Reviewed-on: https://go-review.googlesource.com/29931
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/encoding/json/encode.go