Skip to content

Commit 2aad875

Browse files
committed
Docs
1 parent c25d545 commit 2aad875

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Parsing/String/Replace.purs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
-- | * The replacement expression for a traditional regular expression-based
4444
-- | substitution command is usually just a string template in which
4545
-- | the *Nth* “capture group” can be inserted with the syntax `\N`. With
46-
-- | this library, instead of a template, we get
47-
-- | an `editor` function which can perform any computation, including `Effect`s.
46+
-- | this library, instead of a template, we
47+
-- | can perform any replacement computation, including `Effect`s.
4848
-- |
4949
-- | #### Implementation Notes
5050
-- |
@@ -498,7 +498,7 @@ replaceT input sep = do
498498
-- | or
499499
-- | [Data.String.Regex.replace'](https://pursuit.purescript.org/packages/purescript-strings/docs/Data.String.Regex#v:replace').
500500
-- |
501-
-- | #### Access the matched section of text in the `editor`
501+
-- | #### Access the matched section of the input string
502502
-- |
503503
-- | To get access to the matched string for calculating the replacement,
504504
-- | combine the pattern parser `sep`

0 commit comments

Comments
 (0)