We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969de8a commit 395f8dfCopy full SHA for 395f8df
reader.go
@@ -259,7 +259,7 @@ func Open(file string) (*Reader, error) {
259
260
// FromBytes takes a byte slice corresponding to a GeoIP2/GeoLite2 database
261
// 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
+// used directly; any modification of it after opening the database will result
263
// in errors while reading from the database.
264
func FromBytes(bytes []byte) (*Reader, error) {
265
reader, err := maxminddb.FromBytes(bytes)
0 commit comments