From ab10fc8bbd750ca4040709c4a98c68c7599ca76d Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Sat, 13 Sep 2003 08:45:22 +0000 Subject: [PATCH] PR: 23149 - fixed typo. I thought I'd contribute something! :) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275233 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/propertyfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/propertyfile.html b/docs/manual/OptionalTasks/propertyfile.html index 91b266748..67d8a5f28 100644 --- a/docs/manual/OptionalTasks/propertyfile.html +++ b/docs/manual/OptionalTasks/propertyfile.html @@ -152,7 +152,7 @@ The slashes conform to the expectations of the Properties class. The file will
<propertyfile
     file="my.properties"
-    comment"My properties">
+    comment="My properties">
   <entry  key="akey" value="avalue"/>
   <entry  key="adate" type="date" value="now"/>
   <entry  key="anint" type="int" operation="+"/>