mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00: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:
parent
b4eb22d764
commit
651bb8e026
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue