Skip to content

Commit

Permalink
Fix minor mistake in attribute naming in example string
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rwy authored May 11, 2024
1 parent 20899b4 commit 879520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/Core.nim
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ proc defineLibrary*() =
print "good, the number is positive indeed. let's continue..."
..........
ensure.message: "Wrong calc" -> 0 = 1 + 1
ensure.that: "Wrong calc" -> 0 = 1 + 1
; >> Assertion | "Wrong calc": [0 = 1 + 1]
; error |
""":
Expand Down

0 comments on commit 879520c

Please sign in to comment.