File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ type Reader struct {
3232}
3333
3434// Metadata holds the metadata decoded from the MaxMind DB file. In particular
35- // in has the format version, the build time as Unix epoch time, the database
35+ // it has the format version, the build time as Unix epoch time, the database
3636// type and description, the IP version supported, and a slice of the natural
3737// languages included.
3838type Metadata struct {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type Networks struct {
2121// the database.
2222//
2323// Please note that a MaxMind DB may map IPv4 networks into several locations
24- // in in an IPv6 database. This iterator will iterate over all of these
24+ // in an IPv6 database. This iterator will iterate over all of these
2525// locations separately.
2626func (r * Reader ) Networks () * Networks {
2727 s := 4
You can’t perform that action at this time.
0 commit comments