From cd81e9dcdb9d41dbcbf99224f050761ae26b5144 Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:26:00 -0400 Subject: [PATCH] SyncList: fixed comment typo --- Assets/Mirror/Core/SyncList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Core/SyncList.cs b/Assets/Mirror/Core/SyncList.cs index e69f62842..cf27a75e3 100644 --- a/Assets/Mirror/Core/SyncList.cs +++ b/Assets/Mirror/Core/SyncList.cs @@ -18,7 +18,7 @@ public enum Operation : byte /// This is called after the item is added with index public Action OnAdd; - /// This is called after the item is inserted with inedx + /// This is called after the item is inserted with index public Action OnInsert; /// This is called after the item is set with index and OLD Value