diff options
author | Andrew Gerrand <adg@golang.org> | 2013-11-25 12:04:00 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-11-25 12:04:00 +1100 |
commit | bfe6bbe92abf856b1bdcc85f78097eb42e7602cb (patch) | |
tree | 931729c9fbe5f413283a49c2881e9790a8820906 | |
parent | eef2f2949f872c30802b1daed8d4770bd92a607d (diff) |
go.blog: remove period from strings post title
To be consistent with the other posts.
R=r
CC=golang-dev
https://golang.org/cl/31820043
-rw-r--r-- | content/strings.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/strings.article b/content/strings.article index 1cfd227..377945d 100644 --- a/content/strings.article +++ b/content/strings.article @@ -1,4 +1,4 @@ -Strings, bytes, runes and characters in Go. +Strings, bytes, runes and characters in Go 23 Oct 2013 Tags: strings, bytes, runes, characters |