Skip to content

Commit 68ecfad

Browse files
authored
Fix class name typo in runTest call (#207)
Thank you
1 parent ca859ce commit 68ecfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/oop5/overloading.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class MethodenTest {
305305
$obj = new MethodenTest;
306306
$obj->runTest('eines Objektes auf');
307307
308-
MethodTest::runTest('aus statischem Kontext auf');
308+
MethodenTest::runTest('aus statischem Kontext auf');
309309
?>
310310
]]>
311311
</programlisting>

0 commit comments

Comments
 (0)