We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ee9cd commit ca964d4Copy full SHA for ca964d4
README.md
@@ -91,7 +91,7 @@ The library most similar to this library is [sorted-array-functions](https://www
91
This library has the set operations on sorted arrays and follows the way of implementing `lower_bound` and `upper_bound`
92
in the standard libraries in C++ and Python. These 2 differences are the major differences between this library and
93
[sorted-array-functions](https://www.npmjs.com/package/sorted-array-functions).
94
-Other related libraries can be found in Google.
+Other related libraries can be found in Google search.
95
96
## Contributing
97
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