Skip to content

Commit 1f6c45a

Browse files
committed
Merge pull request #576 from timsong-cpp/patch-2
[func.wrap.func.con] Fix error in note
2 parents 9ae00ff + f52687e commit 1f6c45a

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
@@ -8823,7 +8823,7 @@
88238823
initialized with \tcode{std::move(f)}.
88248824
\enternote Implementations are encouraged to avoid the use of
88258825
dynamically allocated memory for small callable objects, for example,
8826-
where \tcode{f}'s target is an object holding only a pointer or
8826+
where \tcode{f} is an object holding only a pointer or
88278827
reference to an object and a member function pointer. \exitnote
88288828

88298829
\pnum

0 commit comments

Comments
 (0)