diff --git a/docs/dev/apis/csync/usage-guide.md b/docs/dev/apis/csync/usage-guide.md index 44626ed93f7..8d4124754d0 100644 --- a/docs/dev/apis/csync/usage-guide.md +++ b/docs/dev/apis/csync/usage-guide.md @@ -139,7 +139,7 @@ SetMovementSpeed(MyPlugin.Config.MovementSpeed.Value); ``` Try not to cache any entries' values in a variable; doing so means it is possible -that you are using the most up-to-date value. +that you are not using the most up-to-date value. You can get (or set) the local value of a `SyncedEntry`: diff --git a/docs/dev/apis/csync/v4-usage-guide.md b/docs/dev/apis/csync/v4-usage-guide.md index d413e584da9..df66fe2b56b 100644 --- a/docs/dev/apis/csync/v4-usage-guide.md +++ b/docs/dev/apis/csync/v4-usage-guide.md @@ -118,7 +118,7 @@ SetMovementSpeed(MyPlugin.Config.MovementSpeed.Value); ``` Try not to cache any entries' values in a variable; doing so means it is possible -that you are using the most up-to-date value. +that you are not using the most up-to-date value. You can get (or set) the local value of a `SyncedEntry`: