We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947b90 commit 5407739Copy full SHA for 5407739
source/lib-intro.tex
@@ -3460,7 +3460,7 @@
3460
3461
\pnum
3462
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
+A call to any of the \tcode{set_*} functions synchronizes with subsequent calls to the same
3464
\tcode{set_*} function and to the corresponding \tcode{get_*} function.
3465
3466
\rSec3[res.on.functions]{Other functions}
0 commit comments