Skip to content

Commit 299dc32

Browse files
committed
Fixed documentation styling
1 parent e41c808 commit 299dc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public TokenizingTextBoxAutomationPeer(TokenizingTextBox owner)
2727
{
2828
}
2929

30-
/// <summary>Gets a value that indicates whether the value of a control is read-only.</summary>
30+
/// <summary>Gets a value indicating whether the value of a control is read-only.</summary>
3131
/// <returns>**true** if the value is read-only; **false** if it can be modified.</returns>
3232
public bool IsReadOnly => !this.OwningTokenizingTextBox.IsEnabled;
3333

0 commit comments

Comments
 (0)