]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: fix name of IsExist
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Jul 2016 14:50:07 +0000 (07:50 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 8 Jul 2016 15:06:27 +0000 (15:06 +0000)
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>

doc/go1.7.html

index a460754794d7c871ed819bc2b9bbfc512984b542..2a2675e98aa9b43ea5dafc346fe20bd027b3a6bb 100644 (file)
@@ -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>