Skip to content

Commit 7db4a89

Browse files
committed
Auto merge of rust-lang#116966 - clarfonthey:atomic-docs-typo, r=workingjubilee
Fix typo in atomic docs Maybe rustdoc or tidy should lint hanging backticks like this.
2 parents 274455a + b9c2d0e commit 7db4a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/sync/atomic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
//!
103103
//! | `target_arch` | Size limit |
104104
//! |---------------|---------|
105-
//! | `x86`, `arm`, `mips`, `mips32r6, `powerpc`, `riscv32`, `sparc`, `hexagon` | 4 bytes |
105+
//! | `x86`, `arm`, `mips`, `mips32r6`, `powerpc`, `riscv32`, `sparc`, `hexagon` | 4 bytes |
106106
//! | `x86_64`, `aarch64`, `loongarch64`, `mips64`, `mips64r6`, `powerpc64`, `riscv64`, `sparc64`, `s390x` | 8 bytes |
107107
//!
108108
//! Atomics loads that are larger than this limit as well as atomic loads with ordering other

0 commit comments

Comments
 (0)