diff --git a/docs/latest/Functions-(Essentials).md b/docs/latest/Functions-(Essentials).md index 5d22f05..7c92eb1 100644 --- a/docs/latest/Functions-(Essentials).md +++ b/docs/latest/Functions-(Essentials).md @@ -19,7 +19,7 @@ |--------|--------|-----------| |None | | | -!> `FAudioGMS_Init()` must be called once every frame, usually in the Step event of a persistent instance. Ensure that this instance doesn't get deactivated if you're using instance deactivation for e.g. a pause screen. +!> `FAudioGMS_Update()` must be called once every frame, usually in the Step event of a persistent instance. Ensure that this instance doesn't get deactivated if you're using instance deactivation for e.g. a pause screen.