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

@@ -32,7 +32,7 @@ void UnicodeStorage::StoreGlyph(const key_type key, const mapped_type& glyph)
}
// Routine Description:
// - erases key and it's associated data from the storage
// - erases key and its associated data from the storage
// Arguments:
// - key - the key to remove
void UnicodeStorage::Erase(const key_type key) noexcept