Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Regex.elm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type Regex = Regex


{-| Try to create a `Regex`. Not all strings are valid though, so you get a
`Maybe' back. This means you can safely accept input from users.
`Maybe` back. This means you can safely accept input from users.

import Regex

Expand Down Expand Up @@ -263,4 +263,4 @@ the long run.
-}
replaceAtMost : Int -> Regex -> (Match -> String) -> String -> String
replaceAtMost =
Elm.Kernel.Regex.replaceAtMost
Elm.Kernel.Regex.replaceAtMost