Browse Source

pluralise variable

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397089 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 19 years ago
parent
commit
0c0987da86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/property.html

+ 1
- 1
docs/manual/CoreTasks/property.html View File

@@ -14,7 +14,7 @@
(by name and value), or set of properties (from file or
resource) in the project. Properties are case sensitive.</p>
Properties are immutable: whoever sets a property first freezes it for the
rest of the build; they are most definitely not variable.
rest of the build; they are most definitely not variables.
<p>There are six ways to set properties:</p>
<ul>
<li>By supplying both the <i>name</i> and <i>value</i> attribute.</li>


Loading…
Cancel
Save