Skip to content

Commit b2f5948

Browse files
committed
Fix comment typo
"be" was missing.
1 parent b755759 commit b2f5948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def fill_restrictive(multiworld: MultiWorld, base_state: CollectionState, locati
7676

7777
for item in items_to_place:
7878
# The items added into `reachable_items` are placed starting from the end of each deque in
79-
# `reachable_items`, so the items being placed are more likely to found towards the end of `item_pool`.
79+
# `reachable_items`, so the items being placed are more likely to be found towards the end of `item_pool`.
8080
for p, pool_item in enumerate(reversed(item_pool), start=1):
8181
if pool_item is item:
8282
del item_pool[-p]

0 commit comments

Comments
 (0)