Browse Source

spelling

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
caf7a41fae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Utilities/Utils.cs

+ 1
- 1
IPA.Loader/Utilities/Utils.cs View File

@ -215,7 +215,7 @@ namespace IPA.Utilities
/// <summary>
/// Creates a scope guard for a given <see cref="Action"/>.
/// </summary>
/// <param name="action">teh <see cref="Action"/> to run on dispose</param>
/// <param name="action">the <see cref="Action"/> to run on dispose</param>
/// <returns>a <see cref="ScopeGuardObject"/> that will run <paramref name="action"/> on disposal</returns>
/// <example>
/// <code>


Loading…
Cancel
Save