]> Cypherpunks repositories - gostls13.git/commit
regexp: fix a couple of bugs in the documentation
authorRob Pike <r@golang.org>
Thu, 31 May 2012 04:57:50 +0000 (21:57 -0700)
committerRob Pike <r@golang.org>
Thu, 31 May 2012 04:57:50 +0000 (21:57 -0700)
commit43cf5505fcc3cdf4d02a4970af0b8a441ac274ef
treee330dbde5ba54b607814a2e3621d1fcde263e074
parent735ec945914e1a1e93ebbcf7a68f29b7179e7903
regexp: fix a couple of bugs in the documentation
Byte slices are not strings.

Fixes #3687.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6257074
src/pkg/regexp/regexp.go