Skip to content

Commit

Permalink
Merge pull request #144 from akheron/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
garyb authored Jul 23, 2018
2 parents 7bdd04c + d8f5baa commit d81e971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Array.purs
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ takeWhile p xs = (span p xs).init
-- |
foreign import drop :: forall a. Int -> Array a -> Array a

-- | Drop a number of elements from the start of an array, creating a new array.
-- | Drop a number of elements from the end of an array, creating a new array.
-- |
-- | ```purescript
-- | letters = ["a", "b", "c", "d"]
Expand Down

0 comments on commit d81e971

Please sign in to comment.