Skip to content

Commit fe8754b

Browse files
authored
Fix test description
1 parent 6da5196 commit fe8754b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S09-subscript/slice.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ plan 32;
107107
{
108108
my %h;
109109
%h<a> = ('1','3','4');
110-
is-deeply %h<a>[*], ('1', '3', '4'), '* is considered as a Range';
110+
is-deeply %h<a>[*], ('1', '3', '4'), '[*] slice returns all elements of a list of hash value';
111111
}
112112

113113
# vim: ft=perl6

0 commit comments

Comments
 (0)