Skip to content

Commit

Permalink
Update take docstring to match the behaviour (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwolverson authored Dec 26, 2024
1 parent 72bb066 commit b6654d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/String/CodePoints.purs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ lastIndexOf' p i s =

-- | Returns a string containing the given number of code points from the
-- | beginning of the given string. If the string does not have that many code
-- | points, returns the empty string. Operates in constant space and in time
-- | points, returns the entire string. Operates in constant space and in time
-- | linear to the given number.
-- |
-- | ```purescript
Expand Down

0 comments on commit b6654d4

Please sign in to comment.