Skip to content

Commit 2a77a4d

Browse files
committed
Update NetworkList[index] doc comment
1 parent 5cf0acb commit 2a77a4d

File tree

1 file changed

+1
-1
lines changed
  • com.unity.netcode.gameobjects/Runtime/NetworkVariable/Collections

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/NetworkVariable/Collections/NetworkList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ public void RemoveAt(int index)
600600
/// This method checks for write permissions before setting the value.
601601
/// </remarks>
602602
/// <param name="index">The zero-based index of the element to get or set.</param>
603-
/// <returns>The element at the specified index.</returns>
603+
/// <value>The element at the specified index.</value>
604604
public T this[int index]
605605
{
606606
get => m_List[index];

0 commit comments

Comments
 (0)