From c21c10a602517cb23149e9ee2ba4e33f2df8a71b Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:13:06 +0200 Subject: [PATCH] Update docs/world api.md Co-authored-by: Scipio Wright --- docs/world api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/world api.md b/docs/world api.md index ee535580b9..e19ab3a5e8 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -764,7 +764,7 @@ This can help significantly because it is possible for 0 local access rules to b `collect`, so recalculating on every `collect` is very slow. Only use LogicMixin if necessary. There are often other ways to achieve what it does, like making clever use of -`state.prog_items`, or using event items, pseudo-regions etc. +`state.prog_items`, using event items, pseudo-regions, etc. #### pre_fill