]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.3.html: fix Goexit link
authorDavid du Colombier <0intro@gmail.com>
Sun, 20 Apr 2014 18:29:17 +0000 (20:29 +0200)
committerDavid du Colombier <0intro@gmail.com>
Sun, 20 Apr 2014 18:29:17 +0000 (20:29 +0200)
LGTM=minux.ma
R=r, minux.ma
CC=golang-codereviews
https://golang.org/cl/89710043

doc/go1.3.html

index 96ea166279eff374e7b549f2ef775cbce4c87a82..5b623bd2e35b60a3ab20bf738bdef8bfa77f01d8 100644 (file)
@@ -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