From: Austin Clements Date: Mon, 15 Feb 2016 04:53:19 +0000 (-0500) Subject: doc: fix non-possessive "'s" X-Git-Tag: go1.6~1^2~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=18aefe9c194dc1a649386def050c1e6a245f9115;p=gostls13.git doc: fix non-possessive "'s" Currently we use "Section's" as the plural of the debug/elf Section struct. Change this to "Sections" because it's not possessive and doesn't seem to fall in to any special cases were the apostrophe is acceptable. Change-Id: Id5d3abbd748502a67ead3f483182ee7729db94a2 Reviewed-on: https://go-review.googlesource.com/19505 Reviewed-by: Russ Cox --- diff --git a/doc/go1.6.html b/doc/go1.6.html index 6e3710cbad..4a1e4c1f9a 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -569,7 +569,7 @@ The debug/elf package adds support for general compressed ELF sections. User code needs no updating: the sections are decompressed automatically when read. However, compressed -Section's do not support random access: +Sections do not support random access: they have a nil ReaderAt field.