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 1c06da7 commit 58fa234Copy full SHA for 58fa234
src/Data/Array.purs
@@ -486,8 +486,8 @@ dropWhile p xs = (span p xs).rest
486
487
-- | Split an array into two parts:
488
-- |
489
--- | 1. the longest initial subarray for which all element satisfy the specified
490
--- | predicate
+-- | 1. the longest initial subarray for which all elements satisfy the
+-- | specified predicate
491
-- | 2. the remaining elements
492
493
-- | ```purescript
0 commit comments