Skip to content

Commit 66ca3ca

Browse files
committed
minor comment fix
1 parent dc5942f commit 66ca3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct BidiGenerateContentRealtimeInput: Encodable {
6060
struct ActivityEnd: Encodable {}
6161

6262
/// Marks the end of user activity. This can only be sent if automatic (i.e.
63-
// server-side) activity detection is disabled.
63+
/// server-side) activity detection is disabled.
6464
let activityEnd: ActivityEnd?
6565

6666
init(audio: InlineData? = nil, video: InlineData? = nil, text: String? = nil,

0 commit comments

Comments
 (0)