summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2014-04-20 20:29:17 +0200
committerDavid du Colombier <0intro@gmail.com>2014-04-20 20:29:17 +0200
commit81461afbeb27914c12e02f1ef4d729f875df2289 (patch)
tree5410655eafcc02dc117c1980dc8faf74115e5a70
parent8b588d3896326cde724aca2548ccdbbefc7e76b5 (diff)
downloadgo-81461afbeb27914c12e02f1ef4d729f875df2289.tar.gz
doc/go1.3.html: fix Goexit link
LGTM=minux.ma R=r, minux.ma CC=golang-codereviews https://codereview.appspot.com/89710043
-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