From b841009ea13b8ed683dfa1d57b863706d486f0d6 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 20 Mar 2018 12:52:11 -0700 Subject: Run scripts/style.sh on Functions (#949) --- Functions/FirebaseFunctions/Public/FIRFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/FirebaseFunctions/Public/FIRFunctions.h') 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(_:)); -- cgit v1.2.3