summaryrefslogtreecommitdiff
path: root/documentation/classes-and-objects.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/classes-and-objects.html')
-rw-r--r--documentation/classes-and-objects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/classes-and-objects.html b/documentation/classes-and-objects.html
index 6bb804d..5b7c063 100644
--- a/documentation/classes-and-objects.html
+++ b/documentation/classes-and-objects.html
@@ -409,10 +409,10 @@ MyClass::static1();
// this will call PrivateClass::staticMethod()
MyClass::static2();
-// this will call regularFunction
+// this will call regularFunction()
MyClass::static3();
-// this will call PrivateClass::staticMethod
+// this will also call PrivateClass::staticMethod()
myFunction();
?>
</code></pre>