Skip to content

Commit 140460d

Browse files
authored
Merge pull request #1169 from CurtTilmes/master
Better word choice
2 parents c6eda71 + b6916b6 commit 140460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/containers.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ maps over a list of three elements, not of one.
283283
284284
Complex containers, like Array or Hash and relatives, can contain a reference
285285
to itself, forming recursive data structures. Please note that very few builtin
286-
functions and methods will detect infinite loops. It is the objective of the
286+
functions and methods will detect infinite loops. It is the responsibility of the
287287
user to L<handle|/type/Promise#method_in> timeouts.
288288
289289
my @a;

0 commit comments

Comments
 (0)