aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/FirebaseFunctions/Public/FIRFunctions.h
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-03-20 12:52:11 -0700
committerGravatar GitHub <noreply@github.com>2018-03-20 12:52:11 -0700
commitb841009ea13b8ed683dfa1d57b863706d486f0d6 (patch)
treef57d8ec205c8e394074b2ccac44ff55eaf6ec108 /Functions/FirebaseFunctions/Public/FIRFunctions.h
parentb7f35a0b76bb2afd682b806d2b25568611612557 (diff)
Run scripts/style.sh on Functions (#949)
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(_:));