From 41ca9dfe6044e089c8209bdced0bd5dbdb3bcbed Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 17 Feb 2016 08:44:39 +1100 Subject: content: fix wording in slices article Change-Id: I12e60070e6bdb0b0f1bd4bf203382c0e4b4de9e8 Reviewed-on: https://go-review.googlesource.com/19536 Reviewed-by: Rob Pike --- content/slices.article | 5 ++--- 1 file 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 -- cgit v1.2.3