Skip to content

Commit cd1afd0

Browse files
fix comment in typo based on PR
1 parent 21e5a35 commit cd1afd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox/TokenizingTextBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private void ItemsSource_PropertyChanged(DependencyObject sender, DependencyProp
8989
}
9090
}
9191

92-
// Add our text box at the end of items and set it's default value to our initial text, fix for #4749
92+
// Add our text box at the end of items and set its default value to our initial text, fix for #4749
9393
_currentTextEdit = _lastTextEdit = new PretokenStringContainer(true) { Text = Text };
9494
_innerItemsSource.Insert(_innerItemsSource.Count, _currentTextEdit);
9595
ItemsSource = _innerItemsSource;

0 commit comments

Comments
 (0)