From 651bb8e026f94502ed45db1b6284eeddd74570dc Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 19 Sep 2014 14:13:51 -0700 Subject: [PATCH] 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 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0