]> Cypherpunks repositories - gostls13.git/commit
doc: fix non-possessive "'s"
authorAustin Clements <austin@google.com>
Mon, 15 Feb 2016 04:53:19 +0000 (23:53 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 16 Feb 2016 16:44:53 +0000 (16:44 +0000)
commit18aefe9c194dc1a649386def050c1e6a245f9115
tree7be2b284ea55223655368109186fc1775cf7a1c8
parent387d5b8cfb085ed8d2a074586a0ee0e6e6cb9820
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 <rsc@golang.org>
doc/go1.6.html