SyncList: fixed comment typo

This commit is contained in:
MrGadget 2024-10-15 05:26:00 -04:00
parent a3027b29ed
commit cd81e9dcdb

View File

@ -18,7 +18,7 @@ public enum Operation : byte
/// <summary>This is called after the item is added with index</summary>
public Action<int> OnAdd;
/// <summary>This is called after the item is inserted with inedx</summary>
/// <summary>This is called after the item is inserted with index</summary>
public Action<int> OnInsert;
/// <summary>This is called after the item is set with index and OLD Value</summary>