From ba45bf3dc35c74f1ed7d1f31ec89e4dfec3bbce1 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:46:26 +0100 Subject: [PATCH] [exec.scope.concepts] Fix typos --- source/exec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index c969a57b04..ddc8be2be3 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -7757,10 +7757,10 @@ \tcode{static_cast(assoc)} is \tcode{true} if and only if \tcode{assoc} is engaged; \item -no two distinct objects of type \tcode{Assoc} own the same assocation; +no two distinct objects of type \tcode{Assoc} own the same association; \item for an object \tcode{assoc} of type \tcode{Assoc}, -destroying \tcode{assoc} releases the assocation owned by \tcode{assoc}, if any; +destroying \tcode{assoc} releases the association owned by \tcode{assoc}, if any; \item for an object \tcode{assoc} of type \tcode{Assoc}, after it is used as the source operand of a move constructor,