Skip to content

Commit ca964d4

Browse files
authored
Updated README.md
1 parent 81ee9cd commit ca964d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The library most similar to this library is [sorted-array-functions](https://www
9191
This library has the set operations on sorted arrays and follows the way of implementing `lower_bound` and `upper_bound`
9292
in the standard libraries in C++ and Python. These 2 differences are the major differences between this library and
9393
[sorted-array-functions](https://www.npmjs.com/package/sorted-array-functions).
94-
Other related libraries can be found in Google.
94+
Other related libraries can be found in Google search.
9595

9696
## Contributing
9797
The sorted array operation library welcomes patches/pulls for features and bug fixes. Please open an issue and send a PR request!

0 commit comments

Comments
 (0)