Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnguyen2187 authored and felipernb committed Aug 21, 2018
1 parent 083196b commit dccdcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/search/binarysearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const binarySearch = (sortedArray, element) => {
* in logarithmic time (O(log n))
*
* @param Array
* @param Number\String
* @param Number|String
*
* @return Number
*/
Expand Down

0 comments on commit dccdcb8

Please sign in to comment.