From 70c1ac69aa5584c05db7751b5564620e93e3170b Mon Sep 17 00:00:00 2001 From: Walter Hulsebos <77513543+Walter-Hulsebos@users.noreply.github.com> Date: Tue, 29 Nov 2022 01:10:55 +0100 Subject: [PATCH] Fixed typo in messaging-system.md NetworkVariables was spelt *Newt*orkVariable (lol) --- docs/advanced-topics/messaging-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-topics/messaging-system.md b/docs/advanced-topics/messaging-system.md index 17c70607a..c49fe2bb3 100644 --- a/docs/advanced-topics/messaging-system.md +++ b/docs/advanced-topics/messaging-system.md @@ -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.