Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FirebaseFunctions/Sources/HTTPSCallable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ open class HTTPSCallable: NSObject, @unchecked Sendable {
// MARK: - Private Properties

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

// MARK: - Public Properties
Expand Down
Loading