We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e64d05 commit cff8957Copy full SHA for cff8957
packages/storage_client/lib/src/storage_client.dart
@@ -38,7 +38,7 @@ class SupabaseStorageClient extends StorageBucketApi {
38
int retryAttempts = 0,
39
}) : assert(
40
retryAttempts >= 0,
41
- 'retryAttempts has to be great than or equal to 0',
+ 'retryAttempts has to be greater than or equal to 0',
42
),
43
_defaultRetryAttempts = retryAttempts,
44
super(
0 commit comments