From 88e564edb13f1596c12ad16d5fd3c7ac7deac855 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Mon, 17 Feb 2020 09:50:21 +0100 Subject: [PATCH] doc/go1.14: add missing period at sentence end Change-Id: I82050f16906e7d34555a592e96b7855515a1726a Reviewed-on: https://go-review.googlesource.com/c/go/+/219641 Reviewed-by: Tobias Klauser --- doc/go1.14.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.14.html b/doc/go1.14.html index d5ad07754a..a446e48fdc 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -378,7 +378,7 @@ appropriately.)

The compiler can now emit machine-readable logs of key optimizations using the -json flag, including inlining, escape - analysis, bounds-check elimination, and nil-check elimination + analysis, bounds-check elimination, and nil-check elimination.

-- 2.50.0