From 0de83e0146669919b495df421925306dccef4ff4 Mon Sep 17 00:00:00 2001 From: Benjamin Porter Date: Sat, 29 Jan 2022 23:39:24 -0700 Subject: [PATCH] Fix typo in docs: notication -> notation --- lib/iptools.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iptools.ex b/lib/iptools.ex index a77172a..0e8177d 100644 --- a/lib/iptools.ex +++ b/lib/iptools.ex @@ -36,7 +36,7 @@ defmodule Iptools do end @doc """ - Checks if the given string is an IPv4 address in dotted-decimal notication. + Checks if the given string is an IPv4 address in dotted-decimal notation. """ @spec is_ipv4?(String.t) :: boolean() def is_ipv4?(ip) do