Skip to content

Commit eb9872a

Browse files
authored
[func.wrap.func.con] Fix ill-formed postcondition (cplusplus#7341)
1 parent b0135f2 commit eb9872a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -13170,7 +13170,7 @@
1317013170
\pnum
1317113171
\ensures
1317213172
\tcode{!*this} if \tcode{!f}; otherwise,
13173-
the target object of \tcode{*this} is a copy of \tcode{f.target()}.
13173+
the target object of \tcode{*this} is a copy of the target object of \tcode{f}.
1317413174

1317513175
\pnum
1317613176
\throws

0 commit comments

Comments
 (0)