Skip to content

Commit 34be1f0

Browse files
committed
Grammar fix
1 parent a852ef4 commit 34be1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Sources/FunctionCalling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public struct FunctionDeclaration {
3636
/// - description: A brief description of the function.
3737
/// - parameters: Describes the parameters to this function.
3838
/// - optionalParameters: The names of parameters that may be omitted by the model in function
39-
/// calls; by default all parameters are considered required.
39+
/// calls; by default, all parameters are considered required.
4040
public init(name: String, description: String, parameters: [String: Schema],
4141
optionalParameters: [String] = []) {
4242
self.name = name

0 commit comments

Comments
 (0)