diff --git a/docs/manual/CoreTasks/touch.html b/docs/manual/CoreTasks/touch.html index 1a3bdfc69..3f8198ba6 100644 --- a/docs/manual/CoreTasks/touch.html +++ b/docs/manual/CoreTasks/touch.html @@ -29,7 +29,7 @@
Changes the modification time of a resource and possibly creates it at the same time. In addition to working with a single file, this Task -can also work on resource and +can also work on resources and resource collections (which also includes directories). Prior to Ant 1.7 only FileSet or Filelist (since Ant 1.6) have been supported.
@@ -82,8 +82,8 @@ resource collections (which also includes directories). Prior to AntYou can use any number of nested resource collection elements to
-define the resource for this task and refer to resources defined
-elsewhere. Note: resource passed to this task must implement
+define the resources for this task and refer to resources defined
+elsewhere. Note: resources passed to this task must implement
the org.apache.tools.ant.types.resources.Touchable
interface, this is true for all filesystem-based resources like those
returned by path, fileset ot filelist.