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 71c337b commit 49646e3Copy full SHA for 49646e3
packages/hyper_storage/lib/src/storage_base.dart
@@ -23,7 +23,7 @@ abstract class _HyperStorageImpl extends BaseStorage
23
24
/// Validates that all keys in a collection are acceptable for storage operations.
25
///
26
- /// This method validates multiple keys using [_validateKey]. If the iterable
+ /// This method validates multiple keys using [validateKey]. If the iterable
27
/// is null or empty, no validation is performed (this is not an error). If
28
/// any key in the iterable fails validation, an [ArgumentError] is thrown.
29
0 commit comments