]> Cypherpunks.ru repositories - gostls13.git/commit
bytes: fix Cut godoc typo
authorkjgorman <kieran.j.gorman@gmail.com>
Sun, 10 Oct 2021 13:30:26 +0000 (14:30 +0100)
committerAlexander Rakoczy <alex@golang.org>
Wed, 13 Oct 2021 16:39:23 +0000 (16:39 +0000)
commit3986e5c8e7df958cc1412ad06afc011022da76e1
tree8a3d810f17b3dc2dd1449ef6b2185d9161268ae5
parent69041c79dc2767c220519cbcb9538c39fadec59c
bytes: fix Cut godoc typo

If sep does not appear in s, we return nil here
rather than the empty string. Presumably the docs
were copied from the  strings package implementation
and brought that along.

Change-Id: I3706c94fe04abd9e2a2c8840f7cc6116386965c8
Reviewed-on: https://go-review.googlesource.com/c/go/+/354969
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
src/bytes/bytes.go