Skip to content

Commit 433baff

Browse files
authored
[tuple.swap] Improve 'call x with y' wording (#6478)
1 parent 846dc84 commit 433baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@
25032503

25042504
\pnum
25052505
\effects
2506-
For each $i$, calls \tcode{swap} for \tcode{get<$i$>(*this)} with \tcode{get<$i$>(rhs)}.
2506+
For each $i$, calls \tcode{swap} for \tcode{get<$i$>(*this)} and \tcode{get<$i$>(rhs)}.
25072507

25082508
\pnum
25092509
\throws

0 commit comments

Comments
 (0)