Skip to content

Commit df4d78c

Browse files
VinayGuthalrlazo
andauthored
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 2a505f0 commit df4d78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internal constructor(
5252
@JvmInline
5353
public value class Status private constructor(private val value: Int) {
5454
public companion object {
55-
/** Indicates that server has sent data and will continue to send data. */
55+
/** Indicates that the server has sent data and will continue to send data. */
5656
public val NORMAL: Status = Status(0)
5757
/**
5858
* The server was interrupted while generating data.

0 commit comments

Comments
 (0)