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

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
This commit is contained in:
Rob Pike 2014-09-19 14:13:51 -07:00
parent b4eb22d764
commit 651bb8e026

View File

@ -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>