Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b5042cb52
commit
f3fff979ca
|
@ -111,7 +111,7 @@ public class IfClosure<E> implements Closure<E>, Serializable {
|
|||
}
|
||||
|
||||
/**
|
||||
* Executes the true or false closure accoring to the result of the predicate.
|
||||
* Executes the true or false closure according to the result of the predicate.
|
||||
*
|
||||
* @param input the input object
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue