Skip to content

Commit e52247e

Browse files
committed
[res.on.data.races] Fix one more occurrence of "could".
1 parent 5a6127c commit e52247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/lib-intro.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2907,7 +2907,7 @@
29072907
\pnum
29082908
\begin{note}
29092909
This means, for example, that implementations can't use an object with static storage duration for
2910-
internal purposes without synchronization because it could cause a data race even in
2910+
internal purposes without synchronization because doing so can cause a data race even in
29112911
programs that do not explicitly share objects between threads.
29122912
\end{note}
29132913

0 commit comments

Comments
 (0)