Skip to content

Commit

Permalink
Update Arrays.sol (#1863)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
abcoathup authored and frangio committed Aug 7, 2019
1 parent 0ba8503 commit bd1f2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/Arrays.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library Arrays {
/**
* @dev Searches a sorted `array` and returns the first index that contains
* a value greater or equal to `element`. If no such index exists (i.e. all
* values in the array are stictly less than `element`), the array length is
* values in the array are strictly less than `element`), the array length is
* returned. Time complexity O(log n).
*
* `array` is expected to be sorted in ascending order, and to contain no
Expand Down

0 comments on commit bd1f2ed

Please sign in to comment.