Skip to content

Commit 46f2a90

Browse files
authored
[FirebaseAuth] docs: enhance code documentations (#14269)
1 parent 1fa25d0 commit 46f2a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Swift/User/User.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ extension User: NSSecureCoding {}
17641764
requestConfiguration = AuthRequestConfiguration(apiKey: apiKey ?? "", appID: appID ?? "")
17651765

17661766
// This property will be overwritten later via the `user.auth` property update. For now, a
1767-
// placeholder is set as the property update should happen right after this intializer.
1767+
// placeholder is set as the property update should happen right after this initializer.
17681768
backend = AuthBackend(rpcIssuer: AuthBackendRPCIssuer())
17691769

17701770
userProfileUpdate = UserProfileUpdate()

0 commit comments

Comments
 (0)