From 39037a7154b9019e26a123ff11bc6f2c3a9c3cae Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Fri, 15 Jul 2016 17:13:57 -0400 Subject: [PATCH] Correct changelog --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog b/changelog index f181ca82607..b62baa566af 100644 --- a/changelog +++ b/changelog @@ -308,7 +308,7 @@ Version 1.13.4+dev: This counts backwards from the specified offset A size of -1 is the same as 1. * if() can take two arguments; returns null if the condition is false - * tolist() will now invert the effect of tomap() + * tomap() will now invert the effect of tolist() * debug_print() now shows in chat area if debug mode is on * New core functions: * Trig functions tan, acos, asin, atan have been added. (Sin and cos