Skip to content

Commit 49646e3

Browse files
committed
🎨 update documentation to reflect key validation method name change
1 parent 71c337b commit 49646e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hyper_storage/lib/src/storage_base.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract class _HyperStorageImpl extends BaseStorage
2323

2424
/// Validates that all keys in a collection are acceptable for storage operations.
2525
///
26-
/// This method validates multiple keys using [_validateKey]. If the iterable
26+
/// This method validates multiple keys using [validateKey]. If the iterable
2727
/// is null or empty, no validation is performed (this is not an error). If
2828
/// any key in the iterable fails validation, an [ArgumentError] is thrown.
2929
///

0 commit comments

Comments
 (0)