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

@ -5,7 +5,7 @@ namespace Spectre.Console.Rendering
{
/// <summary>
/// Represents something renderable that's reconstructed
/// when it's state change in any way.
/// when its state change in any way.
/// </summary>
public abstract class JustInTimeRenderable : Renderable
{