Skip to content

Commit 803ae55

Browse files
Update Microsoft.Toolkit/Extensions/TypeExtensions.cs
Co-authored-by: Sergio Pedri <sergio0694@live.com>
1 parent f87bb5a commit 803ae55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit/Extensions/TypeExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private static Type[] GetGenericArguments(this Type type)
138138
/// </summary>
139139
/// <param name="type">The input type.</param>
140140
/// <param name="value">The type to check against.</param>
141-
/// <returns>Returns <see langword="true"/> if <paramref name="type"/> is an instance of <paramref name="value"/>, <see langword="false"/> otherwise.</returns>
141+
/// <returns><see langword="true"/> if <paramref name="type"/> is an instance of <paramref name="value"/>, <see langword="false"/> otherwise.</returns>
142142
internal static bool IsInstanceOfType(this Type type, object value)
143143
{
144144
return type.GetTypeInfo().IsAssignableFrom(value.GetType().GetTypeInfo());

0 commit comments

Comments
 (0)