diff --git a/src/Avalonia.Styling/Styling/SelectorMatch.cs b/src/Avalonia.Styling/Styling/SelectorMatch.cs index ca73c1f727..63b89e9e97 100644 --- a/src/Avalonia.Styling/Styling/SelectorMatch.cs +++ b/src/Avalonia.Styling/Styling/SelectorMatch.cs @@ -46,22 +46,22 @@ namespace Avalonia.Styling public class SelectorMatch { /// - /// A selector match with the result of / + /// A selector match with the result of . /// public static readonly SelectorMatch NeverThisType = new SelectorMatch(SelectorMatchResult.NeverThisType); /// - /// A selector match with the result of / + /// A selector match with the result of . /// public static readonly SelectorMatch NeverThisInstance = new SelectorMatch(SelectorMatchResult.NeverThisInstance); /// - /// A selector match with the result of / + /// A selector match with the result of . /// public static readonly SelectorMatch AlwaysThisType = new SelectorMatch(SelectorMatchResult.AlwaysThisType); /// - /// Gets a selector match with the result of / + /// Gets a selector match with the result of . /// public static readonly SelectorMatch AlwaysThisInstance = new SelectorMatch(SelectorMatchResult.AlwaysThisInstance);