Fix it's versus its typo. (#911)

This commit is contained in:
Hermès BÉLUSCA - MAÏTO
2019-05-21 08:15:44 +02:00
committed by msftbot[bot]
parent 461c8b53fa
commit acabbe0459
26 changed files with 44 additions and 43 deletions

View File

@@ -238,8 +238,8 @@ void TextAttribute::SetDefaultBackground() noexcept
}
// Method Description:
// - Returns true if this attribute indicates it's foreground is the "default"
// foreground. It's _rgbForeground will contain the actual value of the
// - Returns true if this attribute indicates its foreground is the "default"
// foreground. Its _rgbForeground will contain the actual value of the
// default foreground. If the default colors are ever changed, this method
// should be used to identify attributes with the default fg value, and
// update them accordingly.
@@ -253,8 +253,8 @@ bool TextAttribute::ForegroundIsDefault() const noexcept
}
// Method Description:
// - Returns true if this attribute indicates it's background is the "default"
// background. It's _rgbBackground will contain the actual value of the
// - Returns true if this attribute indicates its background is the "default"
// background. Its _rgbBackground will contain the actual value of the
// default background. If the default colors are ever changed, this method
// should be used to identify attributes with the default bg value, and
// update them accordingly.