summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrrt <rrt>2007-06-18 15:09:08 +0000
committerrrt <rrt>2007-06-18 15:09:08 +0000
commit9076744fdb4b2139ef30d713fdc8017e7718f4e8 (patch)
treee9b7214e9beab64e63b5e529663a40a00d4884fa /doc
parent232f1804f924c8323030d3881f146eddfc8e3bc3 (diff)
downloadlrexlib-9076744fdb4b2139ef30d713fdc8017e7718f4e8.tar.gz
Fix English
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index e5bda77..2b5ace2 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -319,9 +319,9 @@ PCRE: A locale *lo* may be specified.
* ``nil``/``false`` -- no changes: *n* will be called on the next match;
* ``true`` -- search for an unlimited number of matches; *n* will not be
- called anymore;
+ called again;
* a number -- maximum number of matches to search for, beginning from the
- next match; *n* will not be called anymore;
+ next match; *n* will not be called again;
------------------------------------------------------------