Skip to content

Commit

Permalink
Update contracts/utils/Arrays.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Feb 12, 2024
1 parent a7688c1 commit 97b5c97
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 @@ -84,7 +84,7 @@ library Arrays {
}

/**
* @dev Performs a quick sort of a segment of memory. The segment sorted starts at `begin` (inclusive), and ends
* @dev Performs a quick sort of a segment of memory. The segment sorted starts at `begin` (inclusive), and stops
* at end (exclusive). Sorting follows the `comp` comparator.
*
* Invariant: `begin <= end`. This is the case when initially called by {sort} and is preserved in subcalls.
Expand Down

0 comments on commit 97b5c97

Please sign in to comment.