Skip to content

Commit ae355c7

Browse files
salil-naikAniket-Engg
authored andcommitted
Fixed a typo.
There is a typo in the error message.
1 parent 345b707 commit ae355c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/assert_library.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ Examples:
9191
Assert.lesserThan(int(-2), int(-1));
9292
// OK
9393
Assert.lesserThan(int(2), int(1), "2 is not lesser than 1");
94-
// error: 2 is not greater than 1
95-
```
94+
// error: 2 is not lesser than 1
95+
```

0 commit comments

Comments
 (0)