aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Ibrahim Ulukaya <ulukaya@gmail.com>2018-03-23 14:17:49 -0400
committerGravatar Gil <mcg@google.com>2018-03-23 11:17:49 -0700
commit6a61d83854fa7f0cc5898ee50c65169583a5b69c (patch)
tree025b9d73208d8898e4f1a05fbed5695a1143f003 /Firebase/Auth
parentdf92f1a4011eb35e1388f6d4c35e63879e47261c (diff)
nit to work with Jazzy doc style (#952)
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/Source/Public/FIRAuth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/Public/FIRAuth.h b/Firebase/Auth/Source/Public/FIRAuth.h
index c985658..aefba57 100644
--- a/Firebase/Auth/Source/Public/FIRAuth.h
+++ b/Firebase/Auth/Source/Public/FIRAuth.h
@@ -718,7 +718,7 @@ NS_SWIFT_NAME(Auth)
@brief Sends a sign in with email link to provided email address.
@param email The email address of the user.
- @param actionCodeSettings An @c FIRActionCodeSettings object containing settings related to
+ @param actionCodeSettings An `FIRActionCodeSettings` object containing settings related to
handling action codes.
@param completion Optionally; a block which is invoked when the request finishes. Invoked
asynchronously on the main thread in the future.