]> Cypherpunks repositories - gostls13.git/commitdiff
spec: add dropped comma
authorRob Pike <r@golang.org>
Fri, 19 Sep 2014 21:13:51 +0000 (14:13 -0700)
committerRob Pike <r@golang.org>
Fri, 19 Sep 2014 21:13:51 +0000 (14:13 -0700)
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

doc/go_spec.html

index da1e2a5d24f322e89ba030dcbf37d98cf0f985e7..7d86ca863a56d4431a577f1c3a54514aab3889e4 100644 (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>