Skip to content

Commit 1e3dd16

Browse files
Merge pull request #380 from TomitaHaruhito/patch-1
Documentation type miss MyServerRpc → MyServerRPC
2 parents e39f7c8 + 9d73170 commit 1e3dd16

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)