diff options
author | Mikio Hara <mikioh.mikioh@gmail.com> | 2014-05-18 05:57:40 +0900 |
---|---|---|
committer | Mikio Hara <mikioh.mikioh@gmail.com> | 2014-05-18 05:57:40 +0900 |
commit | 008c90690d67a736b50ae073c406fedb42f50bd5 (patch) | |
tree | 13590556022fb30210fc928a0ebc34956199ebd4 /doc | |
parent | bb1f454b964fe4d2e3c355836e2e6fdc4897436e (diff) | |
download | go-008c90690d67a736b50ae073c406fedb42f50bd5.tar.gz |
doc/go1.3.html: fix typo
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/92440043
Diffstat (limited to 'doc')
-rw-r--r-- | doc/go1.3.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html index 5a6c4231a..fc65c45a9 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -77,7 +77,7 @@ As of Go 1.3, support for Go on NetBSD requires NetBSD 6.0 or above. <h3 id="openbsd">Support for OpenBSD</h3> <p> -As of Go 1.3, support for Go on NetBSD requires OpenBSD 5.5 or above. +As of Go 1.3, support for Go on OpenBSD requires OpenBSD 5.5 or above. </p> <h3 id="plan9">Support for Plan 9</h3> |