summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDaniil Yarancev <21169548+Yardanico@users.noreply.github.com>2017-10-30 11:15:47 +0300
committerDaniil Yarancev <21169548+Yardanico@users.noreply.github.com>2017-10-30 11:15:47 +0300
commit560d87f5fde9a1a9d6331894a7b5c1f9641aebf8 (patch)
treeab874b2f66733e2469e6e11c5f601bdf08b04402
parent90c1b94fbec28eaa06250506a9e21d2a0b3a4992 (diff)
downloadNim-560d87f5fde9a1a9d6331894a7b5c1f9641aebf8.tar.gz
Fix typo
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index b2d68442f..93fbd6e0c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -33,5 +33,5 @@
   without this special typing rule.
 - Added ``algorithm.rotateLeft``.
 - ``rationals.toRational`` now uses an algorithm based on continued fractions.
-  This means its results are more precise and it can run into an infinite loop
+  This means its results are more precise and it can't run into an infinite loop
   anymore.