From a7aeabb9d2c70a5d9bd89abf3eb08372d2c6d9d0 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Thu, 28 Nov 2019 02:30:55 -0500 Subject: [backport] Fix spelling typos (#12755) --- changelogs/changelog_0_18_1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'changelogs/changelog_0_18_1.md') diff --git a/changelogs/changelog_0_18_1.md b/changelogs/changelog_0_18_1.md index 3dab051d4..d0b7fd8ee 100644 --- a/changelogs/changelog_0_18_1.md +++ b/changelogs/changelog_0_18_1.md @@ -100,7 +100,7 @@ - We changed how array accesses "from backwards" like ``a[^1]`` or ``a[0..^1]`` are implemented. These are now implemented purely in ``system.nim`` without compiler - support. There is a new "heterogenous" slice type ``system.HSlice`` that takes 2 + support. There is a new "heterogeneous" slice type ``system.HSlice`` that takes 2 generic parameters which can be ``BackwardsIndex`` indices. ``BackwardsIndex`` is produced by ``system.^``. This means if you overload ``[]`` or ``[]=`` you need to ensure they also work @@ -660,4 +660,4 @@ for i in a..b: - Fixed "C++: SIGABRT instead of IndexError for out-of-bounds" ([#6512](https://github.com/nim-lang/Nim/issues/6512)) - Fixed "An uncaught exception in cpp mode doesn't show the exception name/msg" - ([#6431](https://github.com/nim-lang/Nim/issues/6431)) \ No newline at end of file + ([#6431](https://github.com/nim-lang/Nim/issues/6431)) -- cgit 1.4.1-2-gfad0