Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRibard committed Sep 3, 2024
1 parent 66d1508 commit d8e30fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.unity.ml-agents/Runtime/InplaceArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public InplaceArray(T elem0, T elem1, T elem2, T elem3)
/// Construct an InplaceArray from an IList (e.g. Array or List).
/// The source must be non-empty and have at most 4 elements.
/// </summary>
/// <param name="elems"></param>
/// <param name="elems">The `IList` to construct the array from.</param>
/// <returns>Corresponding `InplaceArray` from the input IList.</returns>
/// <exception cref="ArgumentOutOfRangeException"></exception>
public static InplaceArray<T> FromList(IList<T> elems)
Expand Down

0 comments on commit d8e30fa

Please sign in to comment.