We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bdd04c + d8f5baa commit d81e971Copy full SHA for d81e971
src/Data/Array.purs
@@ -779,7 +779,7 @@ takeWhile p xs = (span p xs).init
779
-- |
780
foreign import drop :: forall a. Int -> Array a -> Array a
781
782
--- | 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.
783
784
-- | ```purescript
785
-- | letters = ["a", "b", "c", "d"]
0 commit comments