diff options
author | Russ Cox <rsc@golang.org> | 2020-03-17 17:07:06 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2020-03-18 15:16:20 +0000 |
commit | 4a98f481957d68356cef84eba1fd8ea8b0116012 (patch) | |
tree | a9dd1b3a9f8fa42cfef84c8c66e9280a680ec138 /content/go1.5.article | |
parent | e4f77898db3ae6edb47a6acebdf7e04952b73124 (diff) |
content: fix comments from CL 223598
I missed these comments before submitting.
Change-Id: I5c6bf7923044c73b0c26b491f000bdaffba9b1a6
Reviewed-on: https://go-review.googlesource.com/c/blog/+/223917
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'content/go1.5.article')
-rw-r--r-- | content/go1.5.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go1.5.article b/content/go1.5.article index 0ef94ec..348eea8 100644 --- a/content/go1.5.article +++ b/content/go1.5.article @@ -1,6 +1,6 @@ # Go 1.5 is released 19 Aug 2015 -Summary: Go 1.15 adds a new, much faster garbage collector, more parallelism by default, go tool trace, and more. +Summary: Go 1.5 adds a new, much faster garbage collector, more parallelism by default, go tool trace, and more. Andrew Gerrand adg@golang.org |