mirror of
https://github.com/microsoft/terminal.git
synced 2026-03-26 17:00:11 -04:00
Fix it's versus its typo. (#911)
This commit is contained in:
committed by
msftbot[bot]
parent
461c8b53fa
commit
acabbe0459
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user