Skip to content

Commit 5c3febd

Browse files
chore: fix typo
1 parent 225d570 commit 5c3febd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/count.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414
countExample = "# Return the count of all addresses within a given IPv4 CIDR range\n" +
1515
"cidr count 10.0.0.0/16\n" +
1616
"\n" +
17-
"# Return the count of all distinct within a given IPv6 CIDR range\n" +
17+
"# Return the count of all addresses within a given IPv6 CIDR range\n" +
1818
"cidr count 2001:db8:1234:1a00::/106"
1919
)
2020

0 commit comments

Comments
 (0)