Skip to content

Commit 21b8f7d

Browse files
committed
Fix grammar: what -> which in error message
1 parent eb5d0ae commit 21b8f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucare/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var (
1313
ErrInvalidVersion = errors.New("This feature is not supported. " +
1414
"Try to change the version (refer to " +
1515
"https://uploadcare.com/api-refs/rest-api/v0.7.0/ for " +
16-
"more information on what methods belong to what version).")
16+
"more information on which methods belong to which version).")
1717
ErrFileTooLarge = errors.New("Direct uploads only support " +
1818
"files smaller than 100MB")
1919
)

0 commit comments

Comments
 (0)