]> Cypherpunks repositories - gostls13.git/commit
bytes: correct Map documentation
authorGabriel Aszalos <gabriel.aszalos@gmail.com>
Wed, 4 Oct 2017 13:58:36 +0000 (16:58 +0300)
committerIan Lance Taylor <iant@golang.org>
Wed, 4 Oct 2017 14:27:22 +0000 (14:27 +0000)
commit52abe50c33b3ecfff2d324ca9d74a1c5c0f719e5
tree35fe547b1765191b4b120db37db11754359ec6a1
parent034666442168ce1ce3f9136dbd5657ca360913fc
bytes: correct Map documentation

Fix incorrect reference to string instead of byte slice.

Change-Id: I95553da32acfbcf5dde9613b07ea38408cb31ae8
Reviewed-on: https://go-review.googlesource.com/68090
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/bytes/bytes.go