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 72bb066 commit 3e346f1Copy full SHA for 3e346f1
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