Skip to content

Commit 58fa234

Browse files
committed
Fix typo in docs for 'span'
1 parent 1c06da7 commit 58fa234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Array.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ dropWhile p xs = (span p xs).rest
486486

487487
-- | Split an array into two parts:
488488
-- |
489-
-- | 1. the longest initial subarray for which all element satisfy the specified
490-
-- | predicate
489+
-- | 1. the longest initial subarray for which all elements satisfy the
490+
-- | specified predicate
491491
-- | 2. the remaining elements
492492
-- |
493493
-- | ```purescript

0 commit comments

Comments
 (0)