From 13fd7b8d5345933a3bfe6ded21de769e4ec19fdc Mon Sep 17 00:00:00 2001
From: Steve Loughran
Date: Fri, 22 Feb 2002 06:45:09 +0000
Subject: [PATCH] minor tweaking
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271506 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/replaceregexp.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual/OptionalTasks/replaceregexp.html b/docs/manual/OptionalTasks/replaceregexp.html
index c1e9e6ad9..19c6d3e53 100644
--- a/docs/manual/OptionalTasks/replaceregexp.html
+++ b/docs/manual/OptionalTasks/replaceregexp.html
@@ -27,15 +27,15 @@ but you will still need the library itself.
There are cross-platform issues for matches related to line terminator.
For example if you use $ to anchor your regular expression on the end of a line
the results might be very different depending on both your platform and the regular
-expression library you use. It is 'highly recommended' to tests your pattern on
-Unix and Windows platforms before you rely on it.
+expression library you use. It is 'highly recommended' that you test your pattern on
+both Unix and Windows platforms before you rely on it.
- Jakarta Oro defines a line terminator as '\n' and is consistent with Perl.
- Jakarta RegExp uses a system-dependant line terminator.
- JDK 1.4 uses '\n', '\r\n', '\u0085', '\u2028', '\u2029' as a default
but is configured in the wrapper to use only '\n' (UNIX_LINE)
-It is strongly recommended to use Jakarta Oro.
+We strongly recommend that you use Jakarta Oro.