Skip to content

Commit 6e609ea

Browse files
authored
Fixed missing uppercase
1 parent 5e3e31a commit 6e609ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/TextBoxMask/TextBoxMask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private static void Textbox_Loaded(object sender, RoutedEventArgs e)
4545
{
4646
var textbox = (TextBox)sender;
4747

48-
// in case no value is provided, use it as normal textbox
48+
// In case no value is provided, use it as normal textbox
4949
var mask = textbox.GetValue(MaskProperty) as string;
5050
if (string.IsNullOrWhiteSpace(mask))
5151
{

0 commit comments

Comments
 (0)