Skip to content

Commit dccec0e

Browse files
committed
Add missing quotes
1 parent e5d6a5a commit dccec0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ C<HyperWhatever>.
355355
D.new.m1;
356356
357357
class E {
358-
has $.delegate handles (em1 => m1) = A.new()
358+
has $.delegate handles (em1 => 'm1') = A.new()
359359
}
360360
E.new.em1;
361361

0 commit comments

Comments
 (0)