Skip to content

Commit a0e6c90

Browse files
authored
drop yadayadayada
1 parent bd25e7f commit a0e6c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/objects.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Note that C<is readonly> is the default for attributes that are not marked C<is
318318
so in this example it has no effect. An entire class can be marked C<is rw>, like this:
319319

320320
=begin code
321-
class Journey is rw { ... }
321+
class Journey is rw {}
322322
=end code
323323

324324
Then the C<is readonly> is useful to opt out certain attributes.

0 commit comments

Comments
 (0)