From 62be57af36ec6ad1cf751f3ba56147aeaeeab8fb Mon Sep 17 00:00:00 2001 From: Rick Giles Date: Sun, 22 Dec 2002 12:00:20 +0000 Subject: [PATCH] Minor spelling correction --- docs/writingchecks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writingchecks.html b/docs/writingchecks.html index 3410a6384..ce43180eb 100644 --- a/docs/writingchecks.html +++ b/docs/writingchecks.html @@ -370,7 +370,7 @@ methods to provide the dynamic part of the message (mMax in this case): log("too.many.methods", mMax);. Please consult the documentation of Java's MassageFormat + href="http://java.sun.com/j2se/1.4.1/docs/api/java/text/MessageFormat.html">MessageFormat to learn about the syntax of format strings (especially about those funny numbers in the translated text).