chore: fix documentation see -> typeparamref
1 files changed, 1 insertions(+), 1 deletions(-) M src/Core/NosSmooth.LocalBinding/Structs/NostaleList.cs
M src/Core/NosSmooth.LocalBinding/Structs/NostaleList.cs => src/Core/NosSmooth.LocalBinding/Structs/NostaleList.cs +1 -1
@@ 71,7 71,7 @@ public abstract class NostaleList<T> : IEnumerable<T> } /// <summary> /// Create a new instance of <see cref="T"/> with the given memory and address. /// Create a new instance of <typeparamref name="T"/> with the given memory and address. /// </summary> /// <param name="memory">The memory.</param> /// <param name="address">The address.</param>