fixed some typos/grammar

This commit is contained in:
Marco Mariani
2022-12-01 15:03:25 +01:00
parent a2fe60c621
commit 02e0f532c7
3 changed files with 46 additions and 44 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// Package ip implements utility routines for to manipulates IP and CIDR.
// It allows to find on IP on a list, and find if an IP is part of a list of CIDR.
// Package ip implements utility routines to manipulate IP and CIDR.
// It allows searching an IP on a list, and find if an IP is part of a list of CIDR.
package ip
import (