Documentation comment cleanup

This commit is contained in:
Jordan Dominion
2024-03-02 13:58:43 -05:00
parent 1beb53fe70
commit 81dd33c1d1
@@ -87,7 +87,7 @@ namespace Tgstation.Server.Host.Components.Deployment
}
/// <summary>
/// Should be <see langword="await"/>. before calling <see cref="MakeActive(CancellationToken)"/> to ensure the <see cref="SwappableDmbProvider"/> is ready to instantly swap. Can be called multiple times.
/// Should be <see langword="await"/>ed. before calling <see cref="MakeActive(CancellationToken)"/> to ensure the <see cref="SwappableDmbProvider"/> is ready to instantly swap. Can be called multiple times.
/// </summary>
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the operation.</param>
/// <returns>A <see cref="Task"/> representing the preparation process.</returns>