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.
1 parent 7bdd04c commit d8f5baaCopy full SHA for d8f5baa
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