1
Fork 0

Fix typo in atomic docs

This commit is contained in:
ltdk 2023-10-20 00:57:29 -04:00
parent ae466d2d0a
commit b9c2d0e4ab

View file

@ -102,7 +102,7 @@
//! //!
//! | `target_arch` | Size limit | //! | `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 | //! | `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 //! Atomics loads that are larger than this limit as well as atomic loads with ordering other