]> Cypherpunks repositories - gostls13.git/commitdiff
spec: Fix run-time panic header id
authorEvan Shaw <chickencha@gmail.com>
Thu, 22 Apr 2010 17:14:53 +0000 (10:14 -0700)
committerRob Pike <r@golang.org>
Thu, 22 Apr 2010 17:14:53 +0000 (10:14 -0700)
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

index 7bc175adc1e91842402629852ceb7614ea197f62..26fc7496905a16ef0fe9e8e08d1248243d717820 100644 (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