Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4235e0

Browse files
authored
Merge pull request mgechev#103 from millerrach/spellCheck
Fixed two spelling errors
2 parents 426e770 + 9a15f58 commit a4235e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
6060
Initiate the PR.
6161

6262
Make sure you're editor makes validations according to the `.jshintrc` in the root directory of the repository.

src/searching/binarysearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
*

0 commit comments

Comments
 (0)