Skip to content

Commit f152cc5

Browse files
committed
close code block
1 parent 9a17b2f commit f152cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Data/String.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ dropWhile p s = drop (count p s) s
182182
-- | slice 0 1 "purescript" == "p"
183183
-- | slice 3 6 "purescript" == "ecr"
184184
-- | slice -4 -1 "purescript" == "rip"
185+
-- | ```
185186
foreign import slice :: Int -> Int -> String -> String
186187

187188
-- | If the string starts with the given prefix, return the portion of the

0 commit comments

Comments
 (0)