Skip to content

Commit 557acaf

Browse files
committed
Fix typo in code
1 parent 267a3d4 commit 557acaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/predefined/countable/count.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Counter implements Countable {
4646
}
4747
}
4848
49-
$counter = new myCounter;
49+
$counter = new Counter;
5050
5151
for ($i = 0; $i < 10; ++$i) {
5252
echo "I have been count()ed " . count($counter) . " times\n";

0 commit comments

Comments
 (0)