Fixes #23215.
Change-Id: Ib20825bf08915b4daaabbfd91f168e24973c512d
Reviewed-on: https://go-review.googlesource.com/85215
Reviewed-by: Rob Pike <r@golang.org>
<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of October 25, 2017",
+ "Subtitle": "Version of December 21, 2017",
"Path": "/ref/spec"
}-->
<h3 id="Terminating_statements">Terminating statements</h3>
<p>
-A terminating statement is one of the following:
+A <i>terminating statement</i> prevents execution of all statements that lexically
+appear after it in the same <a href="#Blocks">block</a>. The following statements
+are terminating:
</p>
<ol>