We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd25e7f commit a0e6c90Copy full SHA for a0e6c90
doc/Language/objects.rakudoc
@@ -318,7 +318,7 @@ Note that C<is readonly> is the default for attributes that are not marked C<is
318
so in this example it has no effect. An entire class can be marked C<is rw>, like this:
319
320
=begin code
321
-class Journey is rw { ... }
+class Journey is rw {}
322
=end code
323
324
Then the C<is readonly> is useful to opt out certain attributes.
0 commit comments