Skip to content

Commit 3a3e8ec

Browse files
authored
docs: fix auxiliary in firebaseFunctions sources (#14964)
1 parent 91ee5ce commit 3a3e8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseFunctions/Sources/HTTPSCallable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ open class HTTPSCallable: NSObject, @unchecked Sendable {
3535
// MARK: - Private Properties
3636

3737
/// Until this class can be marked *checked* `Sendable`, it's implementation
38-
/// is delegated to an auxialiary class that is checked Sendable.
38+
/// is delegated to an auxiliary class that is checked Sendable.
3939
private let sendableCallable: SendableHTTPSCallable
4040

4141
// MARK: - Public Properties

0 commit comments

Comments
 (0)