Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/MaxMind/Db/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Reader

/**
* Constructs a Reader for the MaxMind DB format. The file passed to it must
* be a valid MaxMind DB file such as a GeoIp2 database file.
* be a valid MaxMind DB file such as a GeoIP database file.
*
* @param string $database the MaxMind DB file to use
*
Expand Down
Loading