Skip to content

Commit 88e564e

Browse files
committed
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 <[email protected]>
1 parent 6917529 commit 88e564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.14.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ <h2 id="compiler">Compiler</h2>
378378
<p><!-- CL 204338 -->
379379
The compiler can now emit machine-readable logs of key optimizations
380380
using the <code>-json</code> flag, including inlining, escape
381-
analysis, bounds-check elimination, and nil-check elimination
381+
analysis, bounds-check elimination, and nil-check elimination.
382382
</p>
383383

384384
<p><!-- CL 196959 -->

0 commit comments

Comments
 (0)