From 4caeb02ca02689fe5ae57e01d84ffc7e9c32bdd5 Mon Sep 17 00:00:00 2001 From: jbondpdx Date: Mon, 19 Mar 2018 11:59:37 -0700 Subject: [PATCH] fix minor README error to align with JP translation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a506370..74f94832a 100644 --- a/README.md +++ b/README.md @@ -653,7 +653,7 @@ Valid values: An IPv4 address with no subnet. #### `Stdlib::IP::Address::V6::Full` -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). +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). #### `Stdlib::IP::Address::V6::Alternate`