mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-17 01:45:35 +08:00
Fix a typo in code comment (#579)
This commit is contained in:
@@ -275,7 +275,7 @@ namespace Spectre.Console
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Replaces prompt user input with asterixes in the console.
|
/// Replaces prompt user input with asterisks in the console.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="T">The prompt type.</typeparam>
|
/// <typeparam name="T">The prompt type.</typeparam>
|
||||||
/// <param name="obj">The prompt.</param>
|
/// <param name="obj">The prompt.</param>
|
||||||
|
Reference in New Issue
Block a user