Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
bd1f2ede
Commit
bd1f2ede
authored
Aug 08, 2019
by
Andrew B Coathup
Committed by
Francisco Giordano
Aug 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Arrays.sol (#1863)
Fix typo
parent
0ba85035
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
Arrays.sol
contracts/utils/Arrays.sol
+1
-1
No files found.
contracts/utils/Arrays.sol
View file @
bd1f2ede
...
@@ -9,7 +9,7 @@ library Arrays {
...
@@ -9,7 +9,7 @@ library Arrays {
/**
/**
* @dev Searches a sorted `array` and returns the first index that contains
* @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
* 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 st
r
ictly less than `element`), the array length is
* returned. Time complexity O(log n).
* returned. Time complexity O(log n).
*
*
* `array` is expected to be sorted in ascending order, and to contain no
* `array` is expected to be sorted in ascending order, and to contain no
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment