diff --git a/doc/go1.19.html b/doc/go1.19.html index 4495c1d3e0..b323b0d182 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -35,7 +35,7 @@ Do not send CLs removing the interior tags from such phrases. the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, - Go 1.19 introduces new types in the sync/atomic package + Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and