mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-21 07:59:18 +01:00
fix spelling inconsistency
This commit is contained in:
parent
e31234ffec
commit
eb2a5f36f9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public interface IGameInteropProvider
|
||||||
/// Initialize <see cref="Hook{T}"/> members decorated with the <see cref="SignatureAttribute"/>.
|
/// Initialize <see cref="Hook{T}"/> members decorated with the <see cref="SignatureAttribute"/>.
|
||||||
/// Errors for fallible signatures will be logged.
|
/// Errors for fallible signatures will be logged.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="self">The object to initialise.</param>
|
/// <param name="self">The object to initialize.</param>
|
||||||
public void InitializeFromAttributes(object self);
|
public void InitializeFromAttributes(object self);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue