Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Fixed typo in messaging-system.md #864

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced-topics/messaging-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See the following pages for more information:
There is also some additional design advice on RPC's and some usage examples on the following pages:

- [RPC vs NetworkVariable](../learn/rpcvnetvar.md)
- [RPC vs NewtorkVariables Examples](../learn/rpcnetvarexamples.md)
- [RPC vs NetworkVariables Examples](../learn/rpcnetvarexamples.md)

:::note Migration and Compatibility
See [RPC Migration and Compatibility](message-system/rpc-compatibility.md) for more information on updates, cross-compatibility, and deprecated methods for Unity RPC.
Expand Down