Skip to content

Commit 7b630e3

Browse files
committed
Fix original typo
1 parent 4d169fb commit 7b630e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/TextDecorationCollectionConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public sealed class TextDecorationCollectionConverter : TypeConverter
2525
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
2626
{
2727
// Return false for any other target type. Don't call base.CanConvertTo() because it would be confusing
28-
// in some cases. For example, for destination typeof(string), base TypeConveter just converts the
28+
// in some cases. For example, for destination typeof(string), base TypeConverter just converts the
2929
// ITypeDescriptorContext to the full name string of the given type.
3030
return destinationType == typeof(InstanceDescriptor);
3131
}

0 commit comments

Comments
 (0)