Skip to content

Commit 9abe4c6

Browse files
amartini51lorentey
andcommitted
Clarify the definition of a conflicting access
Co-authored-by: Karoy Lorentey <[email protected]>
1 parent 07a27aa commit 9abe4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/MemorySafety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Specifically,
138138
a conflict occurs if you have two accesses
139139
that meet all of the following conditions:
140140

141-
- At least one is a write access or a nonatomic access.
141+
- The accesses aren't both reads, and aren't both atomic.
142142
- They access the same location in memory.
143143
- Their durations overlap.
144144

0 commit comments

Comments
 (0)