From 2857607c37fd0657963b2aa5e681e4028e537aa3 Mon Sep 17 00:00:00 2001 From: krpk1900 Date: Fri, 17 Mar 2023 02:28:27 +0900 Subject: corrected typo from l to 1. --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 7d9600a..bb5cf72 100644 --- a/README.rdoc +++ b/README.rdoc @@ -158,7 +158,7 @@ If you need to print out the IPv4 address in a canonical form, you can use `IPv4#to_string`: ip.to_string - #=> "172.16.10.l/24" + #=> "172.16.10.1/24" === Changing netmask @@ -168,7 +168,7 @@ object. For example: ip.prefix = 25 ip.to_string - #=> "172.16.10.l/25" + #=> "172.16.10.1/25" If you need to use a netmask in IPv4 format, you can achive so by using the `IPv4#netmask=` method: -- cgit v1.2.1