diff options
author | Andrew Gerrand <adg@golang.org> | 2016-02-17 08:44:39 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2016-02-16 21:44:27 +0000 |
commit | 41ca9dfe6044e089c8209bdced0bd5dbdb3bcbed (patch) | |
tree | 6ad7cd5b7d5271f5e524fa83810656597887608c | |
parent | 269f87ce4308f36b06088905c9cd0f8e9b563400 (diff) |
content: fix wording in slices article
Change-Id: I12e60070e6bdb0b0f1bd4bf203382c0e4b4de9e8
Reviewed-on: https://go-review.googlesource.com/19536
Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r-- | content/slices.article | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/slices.article b/content/slices.article index f21cafd..4e14265 100644 --- a/content/slices.article +++ b/content/slices.article @@ -548,9 +548,8 @@ A historical note: The earliest implementation of strings always allocated, but were added to the language, they provided a model for efficient string handling. Some of the benchmarks saw huge speedups as a result. -There's much more to strings, of course, and the -[[http://blog.golang.org/strings][Strings, bytes, runes and characters in Go]] blog post -covers them in greater depth. +There's much more to strings, of course, and a +[[http://blog.golang.org/strings][separate blog post]] covers them in greater depth. * Conclusion |