Skip to content

Commit 1d7e8b2

Browse files
committed
Fix typo
1 parent e312743 commit 1d7e8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/run/todo.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ TODO: {
110110
print $x->{ new }[0];
111111
EOF
112112
is($?, 0, "No assertion failure");
113-
is($results, 'mana', 'push on non-existant hash entry from ternary autovivifies array ref');
113+
is($results, 'mana', 'push on non-existent hash entry from ternary autovivifies array ref');
114114

115115
$results = fresh_perl(<<~'EOF', {});
116116
my $x = { arr => undef };

0 commit comments

Comments
 (0)