From 21110c799de80ba3076400d8724ca76d6e5bbbfe Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Thu, 22 Apr 2010 10:14:53 -0700 Subject: [PATCH] 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 --- 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 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