diff options
author | Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> | 2018-06-27 12:54:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 12:54:28 +0300 |
commit | b74b16ffde64262eeea57f36816a1a4b2d0cedfd (patch) | |
tree | 7a332100e55551a06863d9627efb093f0e4d86e2 /changelog.md | |
parent | 19ea3a70d2d6d404235e0f5250d6b681d56903a5 (diff) | |
download | Nim-b74b16ffde64262eeea57f36816a1a4b2d0cedfd.tar.gz |
Add missing backtick to the changelog.md
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 3a905d0b9..4ee9dcee9 100644 --- a/changelog.md +++ b/changelog.md @@ -29,7 +29,7 @@ - The returned tuple of ``system.instantiationInfo`` now has a third field containing the column of the instantiation. -- ``cookies.setCookie` no longer assumes UTC for the expiration date. +- ``cookies.setCookie`` no longer assumes UTC for the expiration date. - ``strutils.formatEng`` does not distinguish between ``nil`` and ``""`` strings anymore for its ``unit`` parameter. Instead the space is controlled by a new parameter ``useUnitSpace``. |