diff --git a/doc/go_spec.html b/doc/go_spec.html index 479605e36c..183bc7fb37 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -7894,7 +7894,7 @@ causes a run-time panic.
The protect function in the example below invokes
the function argument g and protects callers from
-run-time panics raised by g.
+run-time panics caused by g.