Skip to content

Commit 05fc7ac

Browse files
authored
Update Schema.kt
1 parent b74965e commit 05fc7ac

File tree

1 file changed

+1
-1
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ internal constructor(
192192
* Returns a [Schema] for an array.
193193
*
194194
* @param item The [Schema] of the elements stored in the array.
195-
* @param description An optional description of what the array represent.
195+
* @param description An optional description of what the array represents.
196196
* @param nullable Indicates whether the value can be `null`. Defaults to `false`.
197197
*/
198198
@JvmStatic

0 commit comments

Comments
 (0)