From ad4ed87f80c33f23bdd3767ef3208f15a1fb5c90 Mon Sep 17 00:00:00 2001 From: Toshihiro Shiino Date: Wed, 14 Aug 2019 05:26:56 +0000 Subject: [PATCH] doc/go1.13: add missing periods Change-Id: If9ad650174572c475f0b3d3394208c2a9dd0a596 Reviewed-on: https://go-review.googlesource.com/c/go/+/190237 Reviewed-by: Agniva De Sarker --- doc/go1.13.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.