Skip to content

Commit d0693d9

Browse files
committed
Fix typo in description
1 parent 6586549 commit d0693d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-str/parse-names.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plan 10 * 2;
66
for &parse-names, Str.^lookup('parse-names') -> &pn {
77
my $t = " ({&pn.^name.lc} form)";
88

9-
is-deeply &pn(''), '', "empty tring $t";
9+
is-deeply &pn(''), '', "empty string $t";
1010

1111
is-deeply &pn( 'BELL' ), "\c[BELL]", "one char $t";
1212
is-deeply &pn(' BELL '), "\c[BELL]",

0 commit comments

Comments
 (0)