1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:34:41 -07:00

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
This commit is contained in:
Evan Shaw 2010-04-22 10:14:53 -07:00 committed by Rob Pike
parent f0ecf34f29
commit 21110c799d

View File

@ -4972,7 +4972,7 @@ Implementation restriction: The compiler assumes package <code>main</code>
is not imported by any other package.
</p>
<h2 id="Run_time_errors">Run-time panics</h2>
<h2 id="Run_time_panics">Run-time panics</h2>
<p>
Execution errors such as attempting to index an array out