summaryrefslogtreecommitdiff
path: root/include/ftl/function.h
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-06-11 23:20:02 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-06-11 23:20:02 +0000
commite5bbc0b925673907016e5c62d22d271bd2b96de8 (patch)
tree9909506516c044125602ba70b70bdf77bcef075d /include/ftl/function.h
parent7760ec5d1a9ebd999dd3fd31579f2566c96b7194 (diff)
parent9ad62b5e03be7d633dac9c5b9be1b81db45db00c (diff)
Snap for 11954976 from 9ad62b5e03be7d633dac9c5b9be1b81db45db00c to 24Q3-release
Change-Id: I73f1de42bd8bbd61ba013ce3146d2bfe605daae5
Diffstat (limited to 'include/ftl/function.h')
-rw-r--r--include/ftl/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ftl/function.h b/include/ftl/function.h
index 3538ca4eae..bda5b759bb 100644
--- a/include/ftl/function.h
+++ b/include/ftl/function.h
@@ -123,7 +123,7 @@ namespace android::ftl {
// // Create a typedef to give a more meaningful name and bound the size.
// using MyFunction = ftl::Function<int(std::string_view), 2>;
// int* ptr = nullptr;
-// auto f1 = MyFunction::make_function(
+// auto f1 = MyFunction::make(
// [cls = &cls, ptr](std::string_view sv) {
// return cls->on_string(ptr, sv);
// });