mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
Small typo fixes in news.
This commit is contained in:
@@ -101,7 +101,7 @@ The following used to work as the environment creation used to be attached to th
|
||||
var s: seq[proc(): int {.closure.}] = @[]
|
||||
for i in 0 ..< 30:
|
||||
let ii = i
|
||||
s.add(proc(): int = return ii*ii))
|
||||
s.add(proc(): int = return ii*ii)
|
||||
|
||||
This behaviour has changed in 0.13.0 and now needs to be written as:
|
||||
|
||||
@@ -133,8 +133,6 @@ via a commit, for a full list see
|
||||
(`#3498 <https://github.com/nim-lang/Nim/issues/3498>`_)
|
||||
- Fixed "multimethods: Error: internal error: cgmeth.genConv"
|
||||
(`#3550 <https://github.com/nim-lang/Nim/issues/3550>`_)
|
||||
- Fixed "multimethods: Error: internal error: cgmeth.genConv"
|
||||
(`#3550 <https://github.com/nim-lang/Nim/issues/3550>`_)
|
||||
- Fixed "nimscript - SIGSEGV in except block"
|
||||
(`#3546 <https://github.com/nim-lang/Nim/issues/3546>`_)
|
||||
- Fixed "Bool literals in macros do not work."
|
||||
|
||||
Reference in New Issue
Block a user