Skip to content

Commit

Permalink
remove use of blacklist/whitelist terminology (microsoft/microsoft-ui…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Jun 12, 2020
1 parent 761313f commit 91f5bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModernWpf.Controls/PersonPicture/InitialsGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public static CharacterType GetCharacterType(string str)
/// </returns>
public static CharacterType GetCharacterType(char character)
{
// To ensure predictable behavior, we're currently operating on a whitelist of character sets.
// To ensure predictable behavior, we're currently operating on an allowed list of character sets.
//
// Each block below is a HEX range in the official Unicode spec, which defines a set
// of Unicode characters. Changes to the character sets would only be made by Unicode, and
Expand Down

0 comments on commit 91f5bb6

Please sign in to comment.