Skip to content

Commit 5407739

Browse files
eisenwavetkoeppe
authored andcommitted
[handler.functions] Replace 'shall synchronize with' with 'synchronizes with'
1 parent 1947b90 commit 5407739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3460,7 +3460,7 @@
34603460

34613461
\pnum
34623462
Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race\iref{intro.races}.
3463-
A call to any of the \tcode{set_*} functions shall synchronize with subsequent calls to the same
3463+
A call to any of the \tcode{set_*} functions synchronizes with subsequent calls to the same
34643464
\tcode{set_*} function and to the corresponding \tcode{get_*} function.
34653465

34663466
\rSec3[res.on.functions]{Other functions}

0 commit comments

Comments
 (0)