git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1369188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-08-03 19:59:36 +00:00
parent db540a6b91
commit 44b2830b88
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class FunctionUtils {
private FunctionUtils() {}
/**
* Composew functions.
* Composes functions.
* <br/>
* The functions in the argument list are composed sequentially, in the
* given order. For example, compose(f1,f2,f3) acts like f1(f2(f3(x))).