From: Rob Pike
Date: Fri, 19 Sep 2014 21:13:51 +0000 (-0700)
Subject: spec: add dropped comma
X-Git-Tag: go1.4beta1~334
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=651bb8e026f94502ed45db1b6284eeddd74570dc;p=gostls13.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
---
diff --git a/doc/go_spec.html b/doc/go_spec.html
index da1e2a5d24..7d86ca863a 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -5252,7 +5252,7 @@ the surrounding function returns, in the reverse order
they were deferred.
If a deferred function value evaluates
to nil
, execution panics
-when the function is invoked not when the "defer" statement is executed.
+when the function is invoked, not when the "defer" statement is executed.