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.
2 parents dec1b8e + 1c503c7 commit 4907cc2Copy full SHA for 4907cc2
doc/Language/containers.pod
@@ -273,7 +273,7 @@ maps over a list of three elements, not of one.
273
To provide custom containers Perl 6 provides the class C<Proxy>. It takes two
274
methods that are called when values are stored or fetched from the container.
275
Type checks are not done by the container itself and other restrictions like
276
-readonlyness can be broken. The returned value must therefor be of the same
+readonlyness can be broken. The returned value must therefore be of the same
277
type then the type of the variable it is bound to. We can use type captures to
278
work with types in Perl 6.
279
0 commit comments