Skip to content

Commit 3177f03

Browse files
committed
Update NetworkList[index] doc comment
1 parent 69be216 commit 3177f03

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
@@ -601,7 +601,7 @@ public void RemoveAt(int index)
601601
/// This method checks for write permissions before setting the value.
602602
/// </remarks>
603603
/// <param name="index">The zero-based index of the element to get or set.</param>
604-
/// <returns>The element at the specified index.</returns>
604+
/// <value>The element at the specified index.</value>
605605
public T this[int index]
606606
{
607607
get => m_List[index];

0 commit comments

Comments
 (0)