From 019a3180f8ef7b40914351a76cbafbefb822a23f Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:24:46 +0200 Subject: [PATCH] chore: correct typos docs (#24580) (cherry picked from commit 0df351bf508fed789e75310330bce60fccbdd999) --- changelogs/changelog_0_18_1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/changelog_0_18_1.md b/changelogs/changelog_0_18_1.md index d0b7fd8ee5cf5..01767ac40e20f 100644 --- a/changelogs/changelog_0_18_1.md +++ b/changelogs/changelog_0_18_1.md @@ -53,7 +53,7 @@ - [``joyent_http_parser``](https://github.com/nim-lang/joyent_http_parser) - Proc [toCountTable](https://nim-lang.org/docs/tables.html#toCountTable,openArray[A]) - now produces a `CountTable` with values correspoding to the number of occurrences + now produces a `CountTable` with values corresponding to the number of occurrences of the key in the input. It used to produce a table with all values set to `1`. Counting occurrences in a sequence used to be: @@ -339,7 +339,7 @@ for i in a..b: - Fixed "ReraiseError when using try/except within finally block" ([#5871](https://github.com/nim-lang/Nim/issues/5871)) -- Fixed "Range type inference leads to counter-intuitive behvaiour" +- Fixed "Range type inference leads to counter-intuitive behaviour" ([#5854](https://github.com/nim-lang/Nim/issues/5854)) - Fixed "JSON % operator can fail in extern procs with dynamic types" ([#6385](https://github.com/nim-lang/Nim/issues/6385)) @@ -403,7 +403,7 @@ for i in a..b: ([#6589](https://github.com/nim-lang/Nim/issues/6589)) - Fixed "Generated c code calls function twice" ([#6292](https://github.com/nim-lang/Nim/issues/6292)) -- Fixed "Range type inference leads to counter-intuitive behvaiour" +- Fixed "Range type inference leads to counter-intuitive behaviour" ([#5854](https://github.com/nim-lang/Nim/issues/5854)) - Fixed "New backward indexing is too limited" ([#6631](https://github.com/nim-lang/Nim/issues/6631))