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.
56
56
57
57
## Contributions
58
58
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.
60
60
Initiate the PR.
61
61
62
62
Make 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 5
5
function get ( key ) { return function ( val ) { return val [ key ] ; } ; }
6
6
7
7
/**
8
- * Searchs for specific element in a given array using
8
+ * Searches for specific element in a given array using
9
9
* the binary search algorithm.<br><br>
10
10
* Time complexity: O(log N).
11
11
*
You can’t perform that action at this time.
0 commit comments