Skip to content

Commit 703e567

Browse files
committed
Typo in API docs
1 parent e3021ff commit 703e567

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • com.unity.netcode.gameobjects/Runtime/Messaging/RpcTargets

com.unity.netcode.gameobjects/Runtime/Messaging/RpcTargets/RpcTarget.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public enum SendTo
5151
/// </summary>
5252
NotMe,
5353
/// <summary>
54-
/// Send this RPC to everone, filtered to the current observer list.
54+
/// Send this RPC to everyone, filtered to the current observer list.
5555
/// Will execute locally.
5656
/// </summary>
5757
Everyone,
@@ -220,7 +220,7 @@ public void Dispose()
220220
public BaseRpcTarget NotMe;
221221

222222
/// <summary>
223-
/// Send this RPC to everone, filtered to the current observer list.
223+
/// Send this RPC to everyone, filtered to the current observer list.
224224
/// Will execute locally.
225225
/// </summary>
226226
public BaseRpcTarget Everyone;

0 commit comments

Comments
 (0)