~ruther/NosSmooth.Local

85edfba3e9085b6e474944ff8562d2747ebf4787 — Rutherther 2 years ago 5ffba72
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>

Do not follow this link