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 80dcf7e + d94d97e commit a14dc79Copy full SHA for a14dc79
src/Data/String/CodePoints.purs
@@ -369,7 +369,7 @@ dropWhile p s = drop (countPrefix p s) s
369
-- |
370
-- | ```purescript
371
-- | >>> splitAt 3 "b 𝐀𝐀 c 𝐀"
372
--- | Just { before: "b 𝐀", after: "𝐀 c 𝐀" }
+-- | { before: "b 𝐀", after: "𝐀 c 𝐀" }
373
-- | ```
374
375
-- | Thus the length of `(splitAt i s).before` will equal either `i` or
0 commit comments