summaryrefslogtreecommitdiff
path: root/testWorkspace
diff options
context:
space:
mode:
Diffstat (limited to 'testWorkspace')
-rw-r--r--testWorkspace/mainTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testWorkspace/mainTest.pl b/testWorkspace/mainTest.pl
index 491fdaf..02136f4 100644
--- a/testWorkspace/mainTest.pl
+++ b/testWorkspace/mainTest.pl
@@ -116,7 +116,7 @@ my $otherObj = MyLib::MyOtherClass->new();
$otherObj->unique_method_name();
$otherObj->duplicate_method_name();
-my $unknownObj = $otherObj; # Type hints: $unknownObj2 isa MyLib::MyOtherClass
+my $unknownObj = $otherObj; # Type hints: $unknownObj isa MyLib::MyOtherClass
$unknownObj->duplicate_method_name();
my $mooObj = MyLib::MooClass->new();