Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
There is a typo in the error message.
  • Loading branch information
salil-naik authored and Aniket-Engg committed Mar 4, 2021
1 parent 345b707 commit ae355c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assert_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ Examples:
Assert.lesserThan(int(-2), int(-1));
// OK
Assert.lesserThan(int(2), int(1), "2 is not lesser than 1");
// error: 2 is not greater than 1
```
// error: 2 is not lesser than 1
```

0 comments on commit ae355c7

Please sign in to comment.