Skip to content

Commit c5658c8

Browse files
authored
Fix typo
1 parent 5d07cec commit c5658c8

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)