]> Cypherpunks repositories - gostls13.git/commit
encoding/hex: fix typo
authorRuss Cox <rsc@golang.org>
Wed, 20 Oct 2010 20:38:57 +0000 (16:38 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 20 Oct 2010 20:38:57 +0000 (16:38 -0400)
commit10b53867e85dd2c43b2bb7ee7eb892019b2c08cf
treecf7be6ab36de2b6b05a8fc6bcf208c063b894485
parent0db8d3df4c87fe2a06d53cea04d52c0aab2df14a
encoding/hex: fix typo

Thanks to avadh4all for spotting it.

Fixes #1214.

R=r, r2
CC=golang-dev
https://golang.org/cl/2616041
src/pkg/encoding/hex/hex.go
src/pkg/encoding/hex/hex_test.go