Skip to content

Commit c985ca8

Browse files
committed
[handler.functions] Replace 'shall synchronize with' with 'synchronizes with'
1 parent 9878cfb commit c985ca8

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
@@ -3341,7 +3341,7 @@
33413341

33423342
\pnum
33433343
Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race\iref{intro.races}.
3344-
A call to any of the \tcode{set_*} functions shall synchronize with subsequent calls to the same
3344+
A call to any of the \tcode{set_*} functions synchronizes with subsequent calls to the same
33453345
\tcode{set_*} function and to the corresponding \tcode{get_*} function.
33463346

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

0 commit comments

Comments
 (0)