Skip to content

Commit

Permalink
Auto merge of #116966 - clarfonthey:atomic-docs-typo, r=workingjubilee
Browse files Browse the repository at this point in the history
Fix typo in atomic docs

Maybe rustdoc or tidy should lint hanging backticks like this.
  • Loading branch information
bors committed Oct 20, 2023
2 parents 274455a + b9c2d0e commit 7db4a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/sync/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
//!
//! | `target_arch` | Size limit |
//! |---------------|---------|
//! | `x86`, `arm`, `mips`, `mips32r6, `powerpc`, `riscv32`, `sparc`, `hexagon` | 4 bytes |
//! | `x86`, `arm`, `mips`, `mips32r6`, `powerpc`, `riscv32`, `sparc`, `hexagon` | 4 bytes |
//! | `x86_64`, `aarch64`, `loongarch64`, `mips64`, `mips64r6`, `powerpc64`, `riscv64`, `sparc64`, `s390x` | 8 bytes |
//!
//! Atomics loads that are larger than this limit as well as atomic loads with ordering other
Expand Down

0 comments on commit 7db4a89

Please sign in to comment.