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 e9d0b23 commit 5b34070Copy full SHA for 5b34070
doc/Type/ValueObjAt.pod6
@@ -7,7 +7,7 @@
7
class ValueObjAt is ObjAt { }
8
9
A subclass of L<C<ObjAt>|/type/ObjAt> that should be used to indicate that a class
10
-produces objects that are value types (in other words: are immutable after
+produces objects that are value types - in other words, that are immutable after
11
they have been initialized.
12
13
my %h = a => 42; # mutable Hash
0 commit comments