From: Alberto Donizetti Date: Mon, 17 Feb 2020 08:50:21 +0000 (+0100) Subject: doc/go1.14: add missing period at sentence end X-Git-Tag: go1.14~8^2~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=88e564edb13f1596c12ad16d5fd3c7ac7deac855;p=gostls13.git 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 --- 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.