Skip to content

Commit 166fd7e

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[exec.scope.concepts] Fix typos
1 parent 2dbe5a3 commit 166fd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7757,10 +7757,10 @@
77577757
\tcode{static_cast<bool>(assoc)} is \tcode{true}
77587758
if and only if \tcode{assoc} is engaged;
77597759
\item
7760-
no two distinct objects of type \tcode{Assoc} own the same assocation;
7760+
no two distinct objects of type \tcode{Assoc} own the same association;
77617761
\item
77627762
for an object \tcode{assoc} of type \tcode{Assoc},
7763-
destroying \tcode{assoc} releases the assocation owned by \tcode{assoc}, if any;
7763+
destroying \tcode{assoc} releases the association owned by \tcode{assoc}, if any;
77647764
\item
77657765
for an object \tcode{assoc} of type \tcode{Assoc},
77667766
after it is used as the source operand of a move constructor,

0 commit comments

Comments
 (0)