Commit 651bb8e0 authored by Rob Pike's avatar Rob Pike

spec: add dropped comma

The proposed text in the last CL had a comma that was missing from the submitted spec.

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/150720043
parent b4eb22d7
......@@ -5252,7 +5252,7 @@ the surrounding function returns, in the reverse order
they were deferred.
If a deferred function value evaluates
to <code>nil</code>, execution <a href="#Handling_panics">panics</a>
when the function is invoked not when the "defer" statement is executed.
when the function is invoked, not when the "defer" statement is executed.
</p>
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment