diff --git a/manual/Tasks/property.html b/manual/Tasks/property.html
index f7243ca23..5adef626a 100644
--- a/manual/Tasks/property.html
+++ b/manual/Tasks/property.html
@@ -134,8 +134,8 @@ to Sun DTD, w
class via property
names myrt.availableProcessors
, myrt.maxMemory
, myrt.totalMemory
or myrt.freeMemory
. Note that if you supply a property name with a final .
- it will not be doubled; i.e. runtime=myrt.
will still allow access of
- properties through myrt.maxMemory
.
Note also that the property values are
+ it will not be doubled; i.e. runtime=myrt.
will still allow access of runtime
+ properties as e.g. myrt.maxMemory
.
Note also that the property values are
snapshots taken at the point in time when the property
has been executed. Since
Ant 1.10.4