Call the convenience collection Funcs, not Funs.

This commit is contained in:
Par Winzell
2009-09-09 20:02:51 +00:00
parent 92fd3054ca
commit 14c1bdd860
@@ -33,7 +33,7 @@ import com.samskivert.depot.function.StringFun.*;
* Provides static methods for function construction. For example: {@link #round}, {@link * Provides static methods for function construction. For example: {@link #round}, {@link
* #count} and {@link #length}. * #count} and {@link #length}.
*/ */
public class Funs public class Funcs
{ {
/** /**
* Creates an expression that computes the absolute value of the supplied expression. * Creates an expression that computes the absolute value of the supplied expression.