Skip to content

Commit 9d73170

Browse files
type miss MyServerRpc → MyServerRPC
change typo
1 parent 6bb5131 commit 9d73170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/the-basics/messaging-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private void OnGUI()
110110
{
111111
writer.WriteInt32Packed(Random.Range(-50, 50));
112112

113-
InvokeServerRpcPerformance(MyServerRpc, stream);
113+
InvokeServerRpcPerformance(MyServerRPC, stream);
114114
}
115115
}
116116
}

0 commit comments

Comments
 (0)