Skip to content

Commit

Permalink
Removed a repeat word in assertGt.md (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel1616 committed Aug 25, 2024
1 parent 160700e commit 6befa70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/forge-std/assertGt.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ function assertGt(int256 left, int256 right, string memory err) internal;

### Description

Asserts `left` is strictly greater than than `right`.
Asserts `left` is strictly greater than `right`.

Optionally includes an error message in the revert string.

### SEE ALSO

- [`assertGtDecimal`](./assertGtDecimal.md)
- [`assertGe`](./assertGe.md)
- [`assertGe`](./assertGe.md)

0 comments on commit 6befa70

Please sign in to comment.