diff --git a/functions/classobj.xml b/functions/classobj.xml index 7feb172bb9..710af63823 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -1,5 +1,5 @@ - + Class/Object Functions Classes/Objects @@ -194,7 +194,7 @@ Object leafy belongs to class spinach a subclass of Vegetable - Calls a the method referred by method_name from + Calls the method referred by method_name from the user defined obj object. An example of usage is below, where we define a class, instantiate an object and use call_user_method to call indirectly its @@ -261,7 +261,7 @@ call_user_method ("print_info", $cntry, "\t"); - Calls a the method referred by method_name from + Calls the method referred by method_name from the user defined obj object, using the parameters in paramarr.