Skip to content

Commit a274275

Browse files
authored
Merge pull request #1 from mikecsh/main
Fix typo
2 parents 5d07cec + c5658c8 commit a274275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FunctionCalling-AnthropicSwiftSDK/FunctionCalling_AnthropicSwiftSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extension FunctionCalling.InputSchema.DataType {
5656
case .boolean:
5757
return .boolean
5858
case .array:
59-
return .arrray
59+
return .array
6060
case .object:
6161
return .object
6262
}

0 commit comments

Comments
 (0)