From 04eb4cd03353eda03b1f4e9606e3becf0d572f5d Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Wed, 11 Jan 2023 16:38:36 +0000 Subject: improve doc --- cl-math.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-math.lisp b/cl-math.lisp index 5bb880d..b0272db 100644 --- a/cl-math.lisp +++ b/cl-math.lisp @@ -82,7 +82,7 @@ (nth-value 0 (parse-integer (symbol-name symbol)))) (defun plus-decimal (&rest args) - "Given decimal numbers, it returns it's sum." + "Given decimal numbers, it returns the symbol it's sum." (nth-value 0 (implode (reduce (lambda (a b) (plus '(|0| |1| |2| |3| |4| |5| |6| |7| |8| |9|) a b)) args)))) (defun plus-earth (&rest args) -- cgit 1.4.1-2-gfad0