aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/FirebaseFunctions/Public/FIRFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/FirebaseFunctions/Public/FIRFunctions.h')
-rw-r--r--Functions/FirebaseFunctions/Public/FIRFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/FirebaseFunctions/Public/FIRFunctions.h b/Functions/FirebaseFunctions/Public/FIRFunctions.h
index 40ec634..d01175c 100644
--- a/Functions/FirebaseFunctions/Public/FIRFunctions.h
+++ b/Functions/FirebaseFunctions/Public/FIRFunctions.h
@@ -56,7 +56,7 @@ NS_SWIFT_NAME(Functions)
// clang-format on
/**
- * Creates a reference to the Callable HTTPS trigger with the given name.
+ * Creates a reference to the Callable HTTPS trigger with the given name.
* @param name The name of the Callable HTTPS trigger.
*/
- (FIRHTTPSCallable *)HTTPSCallableWithName:(NSString *)name NS_SWIFT_NAME(httpsCallable(_:));