mirror of https://github.com/golang/go.git
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:
parent
b4eb22d764
commit
651bb8e026
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue