1
0
mirror of https://github.com/golang/go synced 2024-11-11 20:50:23 -07:00

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 <tobias.klauser@gmail.com>
This commit is contained in:
Alberto Donizetti 2020-02-17 09:50:21 +01:00
parent 6917529cc6
commit 88e564edb1

View File

@ -378,7 +378,7 @@ appropriately.)
<p><!-- CL 204338 -->
The compiler can now emit machine-readable logs of key optimizations
using the <code>-json</code> flag, including inlining, escape
analysis, bounds-check elimination, and nil-check elimination
analysis, bounds-check elimination, and nil-check elimination.
</p>
<p><!-- CL 196959 -->