Typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1369188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db540a6b91
commit
44b2830b88
|
@ -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))).
|
||||
|
|
Loading…
Reference in New Issue