Skip to content

Commit 3c5b34b

Browse files
authored
Update TypeGraph.pm
Co Raku/6.d-prep#5
1 parent 8d9fc62 commit 3c5b34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Perl6/TypeGraph.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Perl6::TypeGraph {
5555
for $f.lines -> $l {
5656
next if $l ~~ / ^ '#' /;
5757
if $l ~~ / ^ \s* $ / {
58-
undefine @categories;
58+
@categories = Empty;
5959
next;
6060
}
6161
if $l ~~ / :s ^ '[' (\S+) + ']' $/ {

0 commit comments

Comments
 (0)