From ea6d5e01139b6fc29217c3526bba6299a70a9f31 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Wed, 21 Oct 2009 22:15:27 +0000 Subject: [PATCH] Spelling correction. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@828237 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/properties.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/properties.html b/docs/manual/properties.html index 480b26c60..798abd551 100644 --- a/docs/manual/properties.html +++ b/docs/manual/properties.html @@ -241,7 +241,7 @@ public class ToStringEvaluator implements PropertyHelper.PropertyEvaluator {

Nesting of Braces

-

In its default configuration Ant will not try to ballance braces +

In its default configuration Ant will not try to balance braces in property expansions, it will only consume the text up to the first closing brace when creating a property name. I.e. when expanding something like ${a${b}} it will be