summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2016-05-08 01:02:48 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2016-05-08 01:02:48 -0700
commitb8e7383bbad1b3b95ec5bcc6f69fd4ccba454d2f (patch)
tree2a2c8df749a0bc523ff77f0666370a01ab42606f /docs
parent6b29788f3082a9fdda4d0242ee0a3ce47166f6e3 (diff)
downloadnatsort-b8e7383bbad1b3b95ec5bcc6f69fd4ccba454d2f.tar.gz
Grammar in documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index 99e4674..0f11c23 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -9,7 +9,7 @@ Changelog
- ``ns.LOCALE``/``humansorted`` now accounts for thousands separators.
- Refactored entire codebase to be more functional (as in use functions as
units). Previously, the code was rather monolithic and difficult to follow. The
- goal is that with the code existing in smaller units contributing will
+ goal is that with the code existing in smaller units, contributing will
be easier.
- Deprecated ``ns.TYPESAFE`` option as it is now always on (due to a new
iterator-based algorithm, the typesafe function is now cheap).