Fix typos in code comments

This commit is contained in:
GitHubPang
2021-09-14 07:52:08 +08:00
committed by Phil Scott
parent c3510f3036
commit d34012cad0
10 changed files with 11 additions and 11 deletions

View File

@ -107,7 +107,7 @@ namespace Spectre.Console
}
else
{
// Does it fit on it's own line?
// Does it fit on its own line?
if (width < maxWidth)
{
// Flush the line

View File

@ -19,7 +19,7 @@ namespace Spectre.Console
/// <summary>
/// Gets or sets the width of the column.
/// If <c>null</c>, the column will adapt to it's contents.
/// If <c>null</c>, the column will adapt to its contents.
/// </summary>
public int? Width
{

View File

@ -20,7 +20,7 @@ namespace Spectre.Console
/// <summary>
/// Gets or sets the width of the column.
/// If <c>null</c>, the column will adapt to it's contents.
/// If <c>null</c>, the column will adapt to its contents.
/// </summary>
public int? Width { get; set; }