From 5d01ba1990e99785b947c2aca71367ea5b21dce2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Aug 2017 14:13:04 +0200 Subject: Factorial: Include upper bound in description Let users know how much factorial they can calculate. --- src/Plugin/Factorial.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Plugin/Factorial.hs b/src/Plugin/Factorial.hs index 97730de..796ef14 100644 --- a/src/Plugin/Factorial.hs +++ b/src/Plugin/Factorial.hs @@ -14,7 +14,8 @@ factorial = Plugin { matchRegex = "^([0-9]+)!$" , perform = factorialAction , command = "!" - , description = "Calculate the factorial of " + , description = "Calculate the factorial of for whole numbers \ + \up to 35000." } factorialAction :: PluginAction -- cgit v1.2.3