Merge pull request #651 from daemitus/tasksched

This commit is contained in:
goaaats 2021-10-21 01:35:03 +02:00 committed by GitHub
commit fed4595ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 8 deletions

View file

@ -288,7 +288,7 @@ namespace Dalamud
}
/// <summary>
/// Queue an unload of Dalamud when it gets the chance.
/// Queue an unload of Dalamud when it gets the chance.
/// </summary>
public void Unload()
{
@ -297,7 +297,7 @@ namespace Dalamud
}
/// <summary>
/// Wait for an unload request to start.
/// Wait for an unload request to start.
/// </summary>
public void WaitForUnload()
{