]> Cypherpunks repositories - gostls13.git/commit
net/url: clarify QueryUnescape and PathUnescape doc
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 10 Nov 2017 19:35:45 +0000 (20:35 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Nov 2017 16:33:08 +0000 (16:33 +0000)
commit0d9dc044d2008867e457a2023875501e1e986e6d
treef9f439d0b4f23920d47caf5cb7bd23f77a708797
parentfa1f52c5f61fdda063851be16366b5eda5a08e58
net/url: clarify QueryUnescape and PathUnescape doc

In the doc for QueryUnescape and PathUnescape, clarify that by 0xAB we
means a substring with any two valid hexadecimal digits.

Fixes #18642

Change-Id: Ib65b130995ae5fcf07e25ee0fcc41fad520c5662
Reviewed-on: https://go-review.googlesource.com/77050
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/url/url.go