We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c999aa commit 6e80ac0Copy full SHA for 6e80ac0
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -146,7 +146,7 @@ actor LiveSessionService {
146
147
/// Start a fresh websocket to the backend, and listen for responses.
148
///
149
- /// Will hold off on sending any messages until the server sends a setupComplete mesage.
+ /// Will hold off on sending any messages until the server sends a setupComplete message.
150
151
/// Will also close out the old websocket and the previous long running tasks.
152
private func listenToServer(_ setupComplete: CheckedContinuation<Void, any Error>) async {
0 commit comments