mirror of
https://github.com/golang/go
synced 2024-11-11 22:20:22 -07:00
doc: fix another broken link
Fixes #5316 R=golang-dev, r, minux.ma CC=golang-dev https://golang.org/cl/8871043
This commit is contained in:
parent
0c2b980c49
commit
10cdb92000
@ -83,11 +83,14 @@ godoc's output, with one notable exception. Top-level comments that begin with
|
||||
the word <code>"BUG(who)"</code> are recognized as known bugs, and included in
|
||||
the "Bugs" section of the package documentation. The "who" part should be the
|
||||
user name of someone who could provide more information. For example, this is a
|
||||
known issue from the <a href="/pkg/bytes/#pkg-bugs"><code>bytes</code></a> package:
|
||||
known issue from the <a href="/pkg/sync/atomic/#pkg-note-BUG"><code>sync/atomic</code></a> package:
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
// BUG(r): The rule Title uses for word boundaries does not handle Unicode punctuation properly.
|
||||
// BUG(rsc): On x86-32, the 64-bit functions use instructions
|
||||
// unavailable before the Pentium MMX. On both ARM and x86-32, it is the
|
||||
// caller's responsibility to arrange for 64-bit alignment of 64-bit
|
||||
// words accessed atomically.
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user