Skip to content

Commit

Permalink
Fix typo: RFC1123 is the RFC that defines requirements for hostnames (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
clarfonthey authored Jan 18, 2025
1 parent 4263a9d commit 82a9169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SCHEMA-SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ and property names when the `node-names` or `prop-names` options are activated.
* `country-subdivision`: ISO 3166-2 country subdivision code.
* `email`: RFC5302 email address.
* `idn-email`: RFC6531 internationalized email address.
* `hostname`: RFC1132 internet hostname.
* `hostname`: RFC1123 internet hostname.
* `idn-hostname`: RFC5890 internationalized internet hostname.
* `ipv4`: RFC2673 dotted-quad IPv4 address.
* `ipv6`: RFC2373 IPv6 address.
Expand Down
2 changes: 1 addition & 1 deletion SPEC_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ IEEE 754-2008 decimal floating point numbers
* `country-subdivision`: ISO 3166-2 country subdivision code.
* `email`: RFC5322 email address.
* `idn-email`: RFC6531 internationalized email address.
* `hostname`: RFC1132 internet hostname (only ASCII segments)
* `hostname`: RFC1123 internet hostname (only ASCII segments)
* `idn-hostname`: RFC5890 internationalized internet hostname (only `xn--`-prefixed ASCII "punycode" segments, or non-ASCII segments)
* `ipv4`: RFC2673 dotted-quad IPv4 address.
* `ipv6`: RFC2373 IPv6 address.
Expand Down
2 changes: 1 addition & 1 deletion draft-marchan-kdl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ IEEE 754-2008 decimal floating point numbers
* `country-subdivision`: ISO 3166-2 country subdivision code.
* `email`: RFC5322 email address.
* `idn-email`: RFC6531 internationalized email address.
* `hostname`: RFC1132 internet hostname (only ASCII segments)
* `hostname`: RFC1123 internet hostname (only ASCII segments)
* `idn-hostname`: RFC5890 internationalized internet hostname
(only `xn--`-prefixed ASCII "punycode" segments, or non-ASCII segments)
* `ipv4`: RFC2673 dotted-quad IPv4 address.
Expand Down

0 comments on commit 82a9169

Please sign in to comment.