Code cleanup.

This commit is contained in:
2023-04-04 22:12:10 +08:00
parent f467832115
commit ff19b45a9f
3 changed files with 2 additions and 34 deletions

View File

@@ -254,7 +254,7 @@ namespace Cryville.Common.Pdt {
}
/// <summary>
/// The exception that is thrown when the evalution of a <see cref="PdtExpression" /> fails.
/// The exception that is thrown when the evaluation of a <see cref="PdtExpression" /> fails.
/// </summary>
public class EvaluationFailureException : Exception {
/// <inheritdoc />