From: Ian Lance Taylor Date: Fri, 8 Jul 2016 14:50:07 +0000 (-0700) Subject: doc/go1.7.html: fix name of IsExist X-Git-Tag: go1.7rc3~1^2~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=915398f14fff28f7ba8592f134e22079de044745;p=gostls13.git 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 Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- 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 /search?).

-IsExists now returns true for syscall.ENOTEMPTY, +IsExist now returns true for syscall.ENOTEMPTY, on systems where that error exists.