]> Cypherpunks repositories - gostls13.git/commit
strings,bytes,regexp: use lists in Split* docstrings
authorKir Kolyshkin <kolyshkin@gmail.com>
Thu, 11 Jul 2024 01:46:37 +0000 (18:46 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 16 Jul 2024 18:17:26 +0000 (18:17 +0000)
commit451a284d801275a83ab017c8e00b1e0119fd1c0c
tree54e715e6fc2d793591ced46fe17d29526bd5b3ab
parentb4a92f56ffe66bb0ad3fca735b3509b04a04339f
strings,bytes,regexp: use lists in Split* docstrings

This looks better than the default of using a code block.
While at it, fix punctuation.

Change-Id: I86abca4da1e9999b7e9043e615ad0988d35a5a46
Reviewed-on: https://go-review.googlesource.com/c/go/+/597656
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/bytes/bytes.go
src/regexp/regexp.go
src/strings/strings.go