From: Toshihiro Shiino Date: Wed, 14 Aug 2019 05:26:56 +0000 (+0000) Subject: doc/go1.13: add missing periods X-Git-Tag: go1.13rc1~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ad4ed87f80c33f23bdd3767ef3208f15a1fb5c90;p=gostls13.git doc/go1.13: add missing periods Change-Id: If9ad650174572c475f0b3d3394208c2a9dd0a596 Reviewed-on: https://go-review.googlesource.com/c/go/+/190237 Reviewed-by: Agniva De Sarker --- 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.