Skip to content

Commit 956942e

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent 082ccbd commit 956942e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ actor LiveSessionService {
104104
///
105105
/// If there's any issues while sending the message, details about the issue will be logged.
106106
///
107-
/// Since messages are queued syncronously, they are sent in-order.
107+
/// Since messages are queued synchronously, they are sent in-order.
108108
func send(_ message: BidiGenerateContentClientMessage) {
109109
messageQueueContinuation.yield(message)
110110
}

0 commit comments

Comments
 (0)