aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAram Hăvărneanu <aram@mgk.ro>2014-05-19 08:02:07 -0700
committerRob Pike <r@golang.org>2014-05-19 08:02:07 -0700
commit5b76f0ce3c705ffec0c22d38281a717de6f21af9 (patch)
tree097408d5f16d4bd314ffe793c3472eb90eb027bf
parentd54b67df0cc2f9cfa7785919e20d152305bd72e8 (diff)
downloadgo-5b76f0ce3c705ffec0c22d38281a717de6f21af9.tar.gz
go-5b76f0ce3c705ffec0c22d38281a717de6f21af9.zip
doc/go1.3.html: minor tweak of Solaris wording
Discussion here: https://golang.org/cl/100490044/#msg14 LGTM=r R=r CC=golang-codereviews https://golang.org/cl/98350043
-rw-r--r--doc/go1.3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html
index fc65c45a96..fa9e3f7784 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -89,7 +89,7 @@ Go 1.3 now includes experimental support for Plan 9 on the <code>386</code> (32-
<h3 id="solaris">Support for Solaris</h3>
<p>
-Go 1.3 now includes experimental support for Solaris on the <code>amd64</code> (64-bit x86) architecture. It uses illumos, equivalent to Solaris 11 or above.
+Go 1.3 now includes experimental support for Solaris on the <code>amd64</code> (64-bit x86) architecture. It requires illumos, Solaris 11 or above.
</p>
<h2 id="memory">Changes to the memory model</h2>