Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Merged
merged 1 commit into from
Jun 21, 2021
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func main(){
return nil
})

// This performs a cound, but instead of scanning through the entire dataset, it scans
// This performs a count, but instead of scanning through the entire dataset, it scans
// over pre-built indexes and combines them using a logical AND operation. The result
// will be the same as the query above but the performance of the query is 10x-100x
// faster depending on the size of the underlying data.
Expand Down Expand Up @@ -475,4 +475,4 @@ We are open to contributions, feel free to submit a pull request and we'll revie

## License

Tile is licensed under the [MIT License](LICENSE.md).
Tile is licensed under the [MIT License](LICENSE.md).