Skip to content

Commit

Permalink
Merge pull request #8 from FreedomBen/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in docs: notication -> notation
  • Loading branch information
blackfist authored Jan 30, 2022
2 parents de0b278 + 0de83e0 commit f9a766f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iptools.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9a766f

Please sign in to comment.