Skip to content

Commit 5b34070

Browse files
committed
Typography tweak
1 parent e9d0b23 commit 5b34070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/ValueObjAt.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ValueObjAt is ObjAt { }
88
99
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
10+
produces objects that are value types - in other words, that are immutable after
1111
they have been initialized.
1212
1313
my %h = a => 42; # mutable Hash

0 commit comments

Comments
 (0)