diff --git a/doc/go1.13.html b/doc/go1.13.html
index 554557cd7f..71d56612a5 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -825,7 +825,7 @@ godoc
A new function NewRequestWithContext
has been added and it
accepts a Context
that controls the entire lifetime of
the created outgoing Request
, suitable for use with
- Client.Do
and Transport.RoundTrip
+ Client.Do
and Transport.RoundTrip
.
@@ -876,7 +876,7 @@ godoc
Tracebacks, runtime.Caller
,
and runtime.Callers
now refer to the function that
initializes the global variables of PKG
- as PKG.init
instead of PKG.init.ializers
+ as PKG.init
instead of PKG.init.ializers
.