summary refs log tree commit diff stats
path: root/changelogs/changelog_0_18_1.md
diff options
context:
space:
mode:
authorBrian Wignall <BrianWignall@gmail.com>2019-11-28 02:30:55 -0500
committerMiran <narimiran@disroot.org>2019-11-28 08:30:55 +0100
commita7aeabb9d2c70a5d9bd89abf3eb08372d2c6d9d0 (patch)
treefcc8eac414002ab6378ae1f17d8414a5ded59c9b /changelogs/changelog_0_18_1.md
parentfd85a5ae054ece9a1954428b135b1da00e410229 (diff)
downloadNim-a7aeabb9d2c70a5d9bd89abf3eb08372d2c6d9d0.tar.gz
[backport] Fix spelling typos (#12755)
Diffstat (limited to 'changelogs/changelog_0_18_1.md')
-rw-r--r--changelogs/changelog_0_18_1.md4
1 files changed, 2 insertions, 2 deletions
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))