From 555b7211efa7ce1211be6f3de83240ef8f839919 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:13:41 +0200 Subject: [PATCH] Update docs/world api.md --- 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 8c8bd91fee..b549ba991e 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -697,7 +697,7 @@ is automatically extended by the mixin's members. These members should be prefix world since the namespace is shared with all other logic mixins. In general, a LogicMixin class should have at least one mutable variable that is tracking some custom state per player, -as well as an `init_mixin` and a `copy_mixin` function so that this variable gets initialized and copied correctly when +as well as `init_mixin` and `copy_mixin` functions so that this variable gets initialized and copied correctly when `CollectionState()` and `CollectionState.copy()` are called respectively. ```python