Skip to content

Commit f75c9a2

Browse files
author
Helen
authored
Merge pull request #892 from pmcmaw/update_README
(LOC-124) - Update readme to avoid translation conflicts
2 parents d5ddf85 + 129d124 commit f75c9a2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Valid values: An IPv4 address with no subnet.
653653
654654
#### `Stdlib::IP::Address::V6::Full`
655655
656-
Match an IPv6 address formatted in the "preferred form" as documented in section 2.2.1 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt), with or without an address prefix as documented in section 2.3 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt).
656+
Match an IPv6 address formatted in the "preferred form" as documented in section 2.2 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt), with or without an address prefix as documented in section 2.3 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt).
657657
658658
#### `Stdlib::IP::Address::V6::Alternate`
659659
@@ -665,18 +665,15 @@ Match an IPv6 address which may contain `::` used to compress zeros as documente
665665
666666
#### `Stdlib::IP::Address::V6::Nosubnet`
667667
668-
Alias to allow `Stdlib::IP::Address::V6::Nosubnet::Full`,
669-
`Stdlib::IP::Address::V6::Nosubnet::Alternate` and
670-
`Stdlib::IP::Address::V6::Nosubnet::Compressed`.
668+
Alias to allow `Stdlib::IP::Address::V6::Nosubnet::Full`, `Stdlib::IP::Address::V6::Nosubnet::Alternate` and `Stdlib::IP::Address::V6::Nosubnet::Compressed`.
671669
672670
#### `Stdlib::IP::Address::V6::Nosubnet::Full`
673671
674-
Match an IPv6 address formatted in the "preferred form" as documented in section 2.2.1 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt). It will not match addresses with address prefix as documented in section 2.3 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt).
672+
Match an IPv6 address formatted in the "preferred form" as documented in section 2.2 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt). It will not match addresses with address prefix as documented in section 2.3 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt).
675673
676674
#### `Stdlib::IP::Address::V6::Nosubnet::Alternate`
677675
678-
Match an IPv6 address formatted in the "alternative form" allowing for representing the last two 16-bit pieces of the address with a quad-dotted decimal, as documented in section 2.2.1 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt). It will only match addresses without an address prefix as documented in section
679-
2.3 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt).
676+
Match an IPv6 address formatted in the "alternative form" allowing for representing the last two 16-bit pieces of the address with a quad-dotted decimal, as documented in section 2.2.1 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt). It will only match addresses without an address prefix as documented in section 2.3 of [RFC 2373](https://www.ietf.org/rfc/rfc2373.txt).
680677
681678
#### `Stdlib::IP::Address::V6::Nosubnet::Compressed`
682679

0 commit comments

Comments
 (0)