From: Evan Shaw Date: Thu, 22 Apr 2010 17:14:53 +0000 (-0700) Subject: spec: Fix run-time panic header id X-Git-Tag: weekly.2010-04-27~50 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=21110c799de80ba3076400d8724ca76d6e5bbbfe;p=gostls13.git spec: Fix run-time panic header id Everything was linking to "Run_time_panics", but the id was "Run_time_errors". R=golang-dev, r CC=golang-dev https://golang.org/cl/961042 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 7bc175adc1..26fc749690 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4972,7 +4972,7 @@ Implementation restriction: The compiler assumes package main is not imported by any other package.

-

Run-time panics

+

Run-time panics

Execution errors such as attempting to index an array out