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 b74965e commit 05fc7acCopy full SHA for 05fc7ac
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Schema.kt
@@ -192,7 +192,7 @@ internal constructor(
192
* Returns a [Schema] for an array.
193
*
194
* @param item The [Schema] of the elements stored in the array.
195
- * @param description An optional description of what the array represent.
+ * @param description An optional description of what the array represents.
196
* @param nullable Indicates whether the value can be `null`. Defaults to `false`.
197
*/
198
@JvmStatic
0 commit comments