fix spelling inconsistency

This commit is contained in:
goat 2023-09-21 22:11:18 +02:00
parent e31234ffec
commit eb2a5f36f9
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -36,7 +36,7 @@ public interface IGameInteropProvider
/// Initialize <see cref="Hook{T}"/> members decorated with the <see cref="SignatureAttribute"/>.
/// Errors for fallible signatures will be logged.
/// </summary>
/// <param name="self">The object to initialise.</param>
/// <param name="self">The object to initialize.</param>
public void InitializeFromAttributes(object self);
/// <summary>