Skip to content

Commit 9d4101b

Browse files
committed
s/\$\./self./
1 parent 6141523 commit 9d4101b

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
@@ -842,7 +842,7 @@ smartmatching:
842842
=begin code
843843
role BitmaskEnumeration {
844844
multi method ACCEPTS(::?CLASS:D: Int:D $value --> Bool:D) {
845-
so $value +& $.value
845+
so $value +& self.value
846846
}
847847
}
848848

0 commit comments

Comments
 (0)