aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-07-08 07:50:07 -0700
committerIan Lance Taylor <iant@golang.org>2016-07-08 15:06:27 +0000
commit915398f14fff28f7ba8592f134e22079de044745 (patch)
tree3514bbc4ba69bd3fd5c1129c948b6b68adb5d263
parentfad2bbdc6a686a20174d2e73cf78f1659722bb39 (diff)
downloadgo-915398f14fff28f7ba8592f134e22079de044745.tar.gz
go-915398f14fff28f7ba8592f134e22079de044745.zip
doc/go1.7.html: fix name of IsExist
For better or for worse, it's IsExist, not IsExists. Change-Id: I4503f961486edd459c0c81cf3f32047dff7703a4 Reviewed-on: https://go-review.googlesource.com/24819 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--doc/go1.7.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.7.html b/doc/go1.7.html
index a460754794..2a2675e98a 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -1062,7 +1062,7 @@ from URLs with empty query strings (like <code>/search?</code>).
<dd>
<p>
-<a href="/pkg/os/#IsExists"><code>IsExists</code></a> now returns true for <code>syscall.ENOTEMPTY</code>,
+<a href="/pkg/os/#IsExist"><code>IsExist</code></a> now returns true for <code>syscall.ENOTEMPTY</code>,
on systems where that error exists.
</p>