summaryrefslogtreecommitdiff
path: root/doc/go1.3.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.3.html')
-rw-r--r--doc/go1.3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 96ea16627..5b623bd2e 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -403,7 +403,7 @@ when the binary's file name contains no path separators.
<li>
If the main goroutine calls
-<a href="/pkg/runtime/#Goexit"><code>runtime.Goexit</code>
+<a href="/pkg/runtime/#Goexit"><code>runtime.Goexit</code></a>
and all other goroutines finish execution, the program now always crashes,
reporting a detected deadlock.
Earlier versions of Go handled this situation inconsistently: most instances