We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bb066 commit b6654d4Copy full SHA for b6654d4
src/Data/String/CodePoints.purs
@@ -314,7 +314,7 @@ lastIndexOf' p i s =
314
315
-- | Returns a string containing the given number of code points from the
316
-- | beginning of the given string. If the string does not have that many code
317
--- | points, returns the empty string. Operates in constant space and in time
+-- | points, returns the entire string. Operates in constant space and in time
318
-- | linear to the given number.
319
-- |
320
-- | ```purescript
0 commit comments