Fix a typo in code comment (#579)

This commit is contained in:
GitHubPang 2021-10-30 03:12:01 +08:00 committed by GitHub
parent d02c9e552e
commit f5a2735501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ namespace Spectre.Console
}
/// <summary>
/// Replaces prompt user input with asterixes in the console.
/// Replaces prompt user input with asterisks in the console.
/// </summary>
/// <typeparam name="T">The prompt type.</typeparam>
/// <param name="obj">The prompt.</param>