Skip to content

Commit 515acdc

Browse files
committed
Fix bad matching xml tag
1 parent da23419 commit 515acdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp/Extensions/ReflectionExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static object ChangeType(this object source, Type newType, CultureInfo cu
8585
/// Find a value from a System.Enum by trying several possible variants
8686
/// of the string value of the enum.
8787
/// </summary>
88-
/// <param name="type">Type of enum</typeparam>
88+
/// <param name="type">Type of enum</param>
8989
/// <param name="value">Value for which to search</param>
9090
/// <param name="culture">The culture used to calculate the name variants</param>
9191
/// <returns></returns>

0 commit comments

Comments
 (0)