From 5d9b37c5b260ab0342aa363b02506dbd7a0e61d1 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 20 Apr 2004 15:26:39 +0000 Subject: [PATCH] Typo correction. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276359 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/macrodef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/macrodef.html b/docs/manual/CoreTasks/macrodef.html index f94d02a82..545ba3600 100644 --- a/docs/manual/CoreTasks/macrodef.html +++ b/docs/manual/CoreTasks/macrodef.html @@ -272,7 +272,7 @@

- The following uses a prior defined attribut for setting the + The following uses a prior defined attribute for setting the default value of another. The output would be one=test two=test. If you change the order of lines *1 and *2 the output would be one=test two=@{one},