Skip to content

Commit 10bbae0

Browse files
authored
Docs: enhance the FirebaseVertexAI source documentation (#13836)
1 parent dced667 commit 10bbae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Sources/Schema.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public class Schema {
144144
/// if `nullable` is set to `true`), or an `enum` with strings as raw values.
145145
///
146146
/// **Example:**
147-
/// The values `["north", "south", "east", "west"]` for an enumation of directions.
147+
/// The values `["north", "south", "east", "west"]` for an enumeration of directions.
148148
/// ```
149149
/// enum Direction: String, Decodable {
150150
/// case north, south, east, west

0 commit comments

Comments
 (0)