Skip to content

Commit

Permalink
[ci skip] Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elldritch authored and tomjaguarpaw committed Dec 10, 2023
1 parent 6cd6e52 commit 0c220f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Relude/Nub.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 0c220f8

Please sign in to comment.