Skip to content

Commit 66685fb

Browse files
ianlancetaylorgopherbot
authored andcommitted
doc/go1.19: use correct link to sync/atomic docs
For #51400 Fixes #53453 Change-Id: Ie11182a16299cf26d03970d6aa9bfe03caa56ea4 Reviewed-on: https://go-review.googlesource.com/c/go/+/413235 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 4b236b4 commit 66685fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.19.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 id="mem">Memory Model</h2>
3535
the memory model used by C, C++, Java, JavaScript, Rust, and Swift.
3636
Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages.
3737
Along with the memory model update,
38-
Go 1.19 introduces <a href="#sync/atomic">new types in the <code>sync/atomic</code> package</a>
38+
Go 1.19 introduces <a href="#atomic_types">new types in the <code>sync/atomic</code> package</a>
3939
that make it easier to use atomic values, such as
4040
<a href="/pkg/sync/atomic/#Int64">atomic.Int64</a>
4141
and

0 commit comments

Comments
 (0)