Skip to content

Commit ac8c69c

Browse files
authored
Merge pull request #62 from oalders/docs
Fix typos
2 parents 10e78eb + 9307b6a commit ac8c69c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3838
type Metadata struct {

traverse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2626
func (r *Reader) Networks() *Networks {
2727
s := 4

0 commit comments

Comments
 (0)