mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
[backport] Fix spelling typos (#12755)
(cherry picked from commit a7aeabb9d2)
This commit is contained in:
@@ -118,7 +118,7 @@ block: ## checks for issue https://github.com/nim-lang/Nim/issues/9301
|
||||
# used to const fold as false
|
||||
checkMsg(e.msg, "tfailedassert.nim(116, 14) `1 + 1 == 3` ", "test10")
|
||||
|
||||
block: ## checks AST isnt' transformed as it used to
|
||||
block: ## checks AST isn't transformed as it used to
|
||||
let a = 1
|
||||
try:
|
||||
doAssert a > 1
|
||||
|
||||
Reference in New Issue
Block a user