Skip to content

Commit 4907cc2

Browse files
committed
Merge pull request #281 from gfldex/master
minimal fix of minimal typo
2 parents dec1b8e + 1c503c7 commit 4907cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/containers.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ maps over a list of three elements, not of one.
273273
To provide custom containers Perl 6 provides the class C<Proxy>. It takes two
274274
methods that are called when values are stored or fetched from the container.
275275
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
276+
readonlyness can be broken. The returned value must therefore be of the same
277277
type then the type of the variable it is bound to. We can use type captures to
278278
work with types in Perl 6.
279279

0 commit comments

Comments
 (0)