diff --git a/doc/go1.10.html b/doc/go1.10.html
index 98bba74e976..ad53ee54d82 100644
--- a/doc/go1.10.html
+++ b/doc/go1.10.html
@@ -1271,6 +1271,10 @@ and
that allow setting I/O deadlines when the
underlying file descriptor supports non-blocking I/O operations.
The definition of these methods matches those in net.Conn
.
+If an I/O method fails due to missing a deadline, it will return a
+timeout error; the
+new IsTimeout
function
+reports whether an error represents a timeout.