We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e43534 commit 4cf95fdCopy full SHA for 4cf95fd
src/encoding/hex/example_test.go
@@ -38,7 +38,7 @@ func ExampleDecode() {
38
// Hello Gopher!
39
}
40
41
-func ExampleDecodedString() {
+func ExampleDecodeString() {
42
const s = "48656c6c6f20476f7068657221"
43
decoded, err := hex.DecodeString(s)
44
if err != nil {
0 commit comments