Skip to content

Commit e5a3d92

Browse files
authored
fix (docs) Incorrect Assertion Comment Wording (#8968)
1 parent 464cb98 commit e5a3d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cairo-lang-test-runner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We can use this command to run Cairo level tests.
1111
```
1212
#[test]
1313
fn test_assert_true() {
14-
// Asserts that true
14+
// Asserts that true is true.
1515
assert(true, 'assert(true)');
1616
}
1717

0 commit comments

Comments
 (0)