From dcc4e07e546e515a04767d31c3fdd0342cc7ed86 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:40:45 +0200 Subject: [PATCH] chore: docs fix spelling issues (#24581) **handle - handles** **sensitiviy - sensitivity** --- changelogs/changelog_1_0_2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/changelog_1_0_2.md b/changelogs/changelog_1_0_2.md index aa01c503f6..88fca18b53 100644 --- a/changelogs/changelog_1_0_2.md +++ b/changelogs/changelog_1_0_2.md @@ -11,7 +11,7 @@ * Fixed "Assertion error when running `nim check` on compiler/nim.nim" [#12281](https://github.com/nim-lang/Nim/issues/12281) * Fixed "Compiler crash with empty array and generic instantiation with int as parameter" [#12264](https://github.com/nim-lang/Nim/issues/12264) * Fixed "Regression in JS backend codegen "Error: request to generate code for .compileTime proc"" [#12240](https://github.com/nim-lang/Nim/issues/12240) -* Fix how `relativePath` handle case sensitiviy +* Fix how `relativePath` handles case sensitivity * Fixed "SIGSEGV in compiler when using generic types and seqs" [#12336](https://github.com/nim-lang/Nim/issues/12336) * Fixed "[1.0.0] weird interaction between `import os` and casting integer to char on macosx trigger bad codegen" [#12291](https://github.com/nim-lang/Nim/issues/12291) * VM: no special casing for big endian machines @@ -43,7 +43,7 @@ * threadpool: fix link in docs (#12258) * Fix spellings (#12277) * fix #12278, don't expose internal PCRE documentation -* Fixed "Documentation of quitprocs is wrong" [#12279(https://github.com/nim-lang/Nim/issues/12279) +* Fixed "Documentation of quitprocs is wrong" [#12279](https://github.com/nim-lang/Nim/issues/12279) * Fix typo in docs * Fix reference to parseSpec proc in readme * [doc/tut1] removed discard discussion in comments