Skip to content

Commit 82a9169

Browse files
authored
Fix typo: RFC1123 is the RFC that defines requirements for hostnames (#487)
1 parent 4263a9d commit 82a9169

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SCHEMA-SPEC.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ and property names when the `node-names` or `prop-names` options are activated.
287287
* `country-subdivision`: ISO 3166-2 country subdivision code.
288288
* `email`: RFC5302 email address.
289289
* `idn-email`: RFC6531 internationalized email address.
290-
* `hostname`: RFC1132 internet hostname.
290+
* `hostname`: RFC1123 internet hostname.
291291
* `idn-hostname`: RFC5890 internationalized internet hostname.
292292
* `ipv4`: RFC2673 dotted-quad IPv4 address.
293293
* `ipv6`: RFC2373 IPv6 address.

SPEC_v1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ IEEE 754-2008 decimal floating point numbers
313313
* `country-subdivision`: ISO 3166-2 country subdivision code.
314314
* `email`: RFC5322 email address.
315315
* `idn-email`: RFC6531 internationalized email address.
316-
* `hostname`: RFC1132 internet hostname (only ASCII segments)
316+
* `hostname`: RFC1123 internet hostname (only ASCII segments)
317317
* `idn-hostname`: RFC5890 internationalized internet hostname (only `xn--`-prefixed ASCII "punycode" segments, or non-ASCII segments)
318318
* `ipv4`: RFC2673 dotted-quad IPv4 address.
319319
* `ipv6`: RFC2373 IPv6 address.

draft-marchan-kdl2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ IEEE 754-2008 decimal floating point numbers
315315
* `country-subdivision`: ISO 3166-2 country subdivision code.
316316
* `email`: RFC5322 email address.
317317
* `idn-email`: RFC6531 internationalized email address.
318-
* `hostname`: RFC1132 internet hostname (only ASCII segments)
318+
* `hostname`: RFC1123 internet hostname (only ASCII segments)
319319
* `idn-hostname`: RFC5890 internationalized internet hostname
320320
(only `xn--`-prefixed ASCII "punycode" segments, or non-ASCII segments)
321321
* `ipv4`: RFC2673 dotted-quad IPv4 address.

0 commit comments

Comments
 (0)