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 9878cfb commit c985ca8Copy full SHA for c985ca8
source/lib-intro.tex
@@ -3341,7 +3341,7 @@
3341
3342
\pnum
3343
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
+A call to any of the \tcode{set_*} functions synchronizes with subsequent calls to the same
3345
\tcode{set_*} function and to the corresponding \tcode{get_*} function.
3346
3347
\rSec3[res.on.functions]{Other functions}
0 commit comments