Skip to content

Commit 395f8df

Browse files
committed
Fix typo
1 parent 969de8a commit 395f8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func Open(file string) (*Reader, error) {
259259

260260
// FromBytes takes a byte slice corresponding to a GeoIP2/GeoLite2 database
261261
// file and returns a Reader struct or an error. Note that the byte slice is
262-
// use directly; any modification of it after opening the database will result
262+
// used directly; any modification of it after opening the database will result
263263
// in errors while reading from the database.
264264
func FromBytes(bytes []byte) (*Reader, error) {
265265
reader, err := maxminddb.FromBytes(bytes)

0 commit comments

Comments
 (0)