Skip to content

Commit 8413980

Browse files
thethomasboyerGankra
authored andcommitted
Remove illegal space.
Sorry, I'm the useless-details sheriff.
1 parent 6eb24d6 commit 8413980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/atomics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ However there's a third potential state that the hardware enables:
9696
* `y = 2`: (thread 2 saw `x = 1`, but not `y = 3`, and then overwrote `y = 3`)
9797

9898
It's worth noting that different kinds of CPU provide different guarantees. It
99-
is common to separate hardware into two categories: strongly-ordered and weakly-
100-
ordered. Most notably x86/64 provides strong ordering guarantees, while ARM
99+
is common to separate hardware into two categories: strongly-ordered and weakly-ordered.
100+
Most notably x86/64 provides strong ordering guarantees, while ARM
101101
provides weak ordering guarantees. This has two consequences for concurrent
102102
programming:
103103

0 commit comments

Comments
 (0)