Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1469,12 +1469,12 @@ see: https://www.iso.org/iso-3166-country-codes.html

Usage: iso3166_1_alpha3

# Iso3166-1 alpha-numeric
# ISO 3166-1 numeric

This validates that a string value is a valid country code based on iso3166-1 alpha-numeric standard.
This validates that a string value is a valid country code based on the ISO 3166-1 numeric standard.
see: https://www.iso.org/iso-3166-country-codes.html

Usage: iso3166_1_alpha3
Usage: iso3166_1_alpha_numeric

# BCP 47 Language Tag

Expand Down