Skip to content

Commit

Permalink
Update README.md (#4)
Browse files Browse the repository at this point in the history
Fixed typo `cound` -> `count`.
  • Loading branch information
skx authored Jun 21, 2021
1 parent fb9819f commit 2026be9
Showing 1 changed file with 2 additions and 2 deletions.
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).

0 comments on commit 2026be9

Please sign in to comment.