Remove "TODO unsafe" strings

This commit is contained in:
GrayJack 2019-05-14 06:34:14 -03:00
parent 152818cde5
commit 11338e6414

View File

@ -110,7 +110,6 @@ Returns `Nothing` if the array is empty.")
(defn /= [a b]
(not (= (the (Ref (Array a)) a) b)))
; TODO unsafe!
(doc maximum "gets the maximum in an array (elements must support `<` and `zero`)and wraps it in a `Just`.
If the array is empty, returns `Nothing`")