Skip to content

Commit 85fe892

Browse files
authored
Merge pull request #494 from senekor/patch-1
Fix typo in atomics.md
2 parents c76a20f + f883193 commit 85fe892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rust pretty blatantly just inherits the memory model for atomics from C++20. Thi
44
due to this model being particularly excellent or easy to understand. Indeed,
55
this model is quite complex and known to have [several flaws][C11-busted].
66
Rather, it is a pragmatic concession to the fact that *everyone* is pretty bad
7-
at modeling atomics. At very least, we can benefit from existing tooling and
7+
at modeling atomics. At the very least, we can benefit from existing tooling and
88
research around the C/C++ memory model.
99
(You'll often see this model referred to as "C/C++11" or just "C11". C just copies
1010
the C++ memory model; and C++11 was the first version of the model but it has

0 commit comments

Comments
 (0)