From c985ca82adcde32984f919992e5ab16d55936a6b Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 3 Mar 2024 13:47:13 +0100 Subject: [PATCH] [handler.functions] Replace 'shall synchronize with' with 'synchronizes with' --- source/lib-intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 1368929680..201088d00c 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -3341,7 +3341,7 @@ \pnum Calling the \tcode{set_*} and \tcode{get_*} functions shall not incur a data race\iref{intro.races}. -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 \tcode{set_*} function and to the corresponding \tcode{get_*} function. \rSec3[res.on.functions]{Other functions}