From 560d87f5fde9a1a9d6331894a7b5c1f9641aebf8 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Mon, 30 Oct 2017 11:15:47 +0300 Subject: [PATCH] Fix typo --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b2d68442fc..93fbd6e0c2 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.