Browse Source

typo

Obtained from: Yuji Yamano


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277833 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
5e121baa8c
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

@@ -13,7 +13,7 @@
<p>Sets a property (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 definately not variable.
rest of the build; they are most definitely not variable.
<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