File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ and all `*.spec.js` files will be executed.
5656
5757## Contributions
5858
59- Fork the repo and make requred changes. After that push your changes in branch, which is named according to the changes you did.
59+ Fork the repo and make required changes. After that push your changes in branch, which is named according to the changes you did.
6060Initiate the PR.
6161
6262Make sure you're editor makes validations according to the ` .jshintrc ` in the root directory of the repository.
Original file line number Diff line number Diff line change 55 function get ( key ) { return function ( val ) { return val [ key ] ; } ; }
66
77 /**
8- * Searchs for specific element in a given array using
8+ * Searches for specific element in a given array using
99 * the binary search algorithm.<br><br>
1010 * Time complexity: O(log N).
1111 *
You can’t perform that action at this time.
0 commit comments