mirror of
https://github.com/google/wuffs.git
synced 2026-01-18 17:11:32 +01:00
Fix doc/note/assertions.md typo
This commit is contained in:
@@ -27,7 +27,7 @@ if x < 5 {
|
||||
|
||||
} else {
|
||||
x = 1
|
||||
// At this point, "x == 1" is a fact, but "x < 5" is not.
|
||||
// At this point, "x == 1" is a fact, but "x < 5" is not.
|
||||
|
||||
// This assertion creates the "x < 5" fact.
|
||||
assert x < 5
|
||||
|
||||
Reference in New Issue
Block a user