Skip to content

Commit f0a3811

Browse files
chore: code comment
1 parent 3f1d3b3 commit f0a3811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/FirebaseAuthSwiftUI/FirebaseAuthSwiftUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class FirebaseAuthSwiftUI {
2323
}
2424
}
2525

26-
// main auth view - can be composed of custom views or fallback to default views. We can also pass state upwards as opposed to callback.
26+
// main auth view - can be composed of custom views or fallback to default views. We can also pass state upwards as opposed to having callbacks.
2727
// Negates the need for a delegate used in UIKit
2828
public struct FUIAuthView: View {
2929
private var FUIAuth: FirebaseAuthSwiftUI

0 commit comments

Comments
 (0)