Skip to content

Commit b6916b6

Browse files
authored
Better word choice
1 parent c6eda71 commit b6916b6

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)