Skip to content

Commit e6edf12

Browse files
committed
Fix typo
1 parent f15587f commit e6edf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4309.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ total order <i>S</i> since they are both `memory_order::seq_cst` operations. How
5050
the second sentence does not apply to them. So, what's the order of them in <i>S</i>? Is the order of them in
5151
<i>S</i> unspecified?
5252
<p/>
53-
<b>Suggestion Resolution:</b>
53+
<b>Suggested Resolution:</b>
5454
<p/>
5555
We may want to say the order of such operations is indeterminate in the single total order. That is,
5656
either <i>A</i> precedes <i>B</i> or <i>B</i> precedes <i>A</i>, but it is unspecified which.

0 commit comments

Comments
 (0)