From 18aefe9c194dc1a649386def050c1e6a245f9115 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sun, 14 Feb 2016 23:53:19 -0500 Subject: [PATCH] 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 --- doc/go1.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0