Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Apr 3, 2024
1 parent 71f2bd9 commit 7d43dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/apis/csync/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/apis/csync/v4-usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit 7d43dee

Please sign in to comment.