diff --git a/reference/funchand/functions/call-user-func.xml b/reference/funchand/functions/call-user-func.xml index 517031f635..2ff0564758 100644 --- a/reference/funchand/functions/call-user-func.xml +++ b/reference/funchand/functions/call-user-func.xml @@ -1,5 +1,5 @@ - + @@ -38,8 +38,8 @@ call_user_func('barber', "shave"); - Object methods may also be invoked statically using this function - by passing array($objectname, $methodname) to + Class methods may also be invoked statically using this function + by passing array($classname, $methodname) to the function parameter.