[ci skip] Fix documentation typo

This commit is contained in:
Leo Zhang 2023-12-07 13:55:16 -08:00 committed by tomjaguarpaw
parent 6cd6e52b20
commit 0c220f8b02

View File

@ -69,7 +69,7 @@ import qualified Data.Containers.ListUtils as Containers
-- $setup
-- >>> import Prelude (div, fromEnum)
{- | Removes duplicate elements from a list, keeping only the first occurance of
{- | Removes duplicate elements from a list, keeping only the first occurrence of
the element.
Like 'Prelude.nub' but runs in \( O(n \log n) \) time and requires 'Ord'.