Skip to content

Commit

Permalink
doc: fix non-possessive "'s"
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aclements authored and rsc committed Feb 16, 2016
1 parent 387d5b8 commit 18aefe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.6.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
adds support for general compressed ELF sections.
User code needs no updating: the sections are decompressed automatically when read.
However, compressed
<a href="/pkg/debug/elf/#Section"><code>Section</code></a>'s do not support random access:
<a href="/pkg/debug/elf/#Section"><code>Sections</code></a> do not support random access:
they have a nil <code>ReaderAt</code> field.
</li>

Expand Down

0 comments on commit 18aefe9

Please sign in to comment.