Skip to content

Commit 5af481b

Browse files
Update lib/src/validators/network_validators.dart
Co-authored-by: Matias de Andrea <deandreamatias@gmail.com>
1 parent ea9028f commit 5af481b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/validators/network_validators.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'constants.dart';
55
/// Supported versions:
66
/// - `iPv4`
77
/// - `iPv6`
8-
/// - `any` (supports both versions)
8+
/// - `any` (supports all versions)
99
enum IpVersion {
1010
/// IPv4 (RFC 791) - 32-bit addresses
1111
/// - Format: Four 8-bit decimal numbers (0-255) separated by dots

0 commit comments

Comments
 (0)