Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86d67c0

Browse files
authored
remove extraneous \ (dotnet#2999)
1 parent ea38776 commit 86d67c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Build.Tasks.Xaml/XamlDataDrivenToolTask.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
<param name="switchMap">The switch map.</param>
400400
<param name="value">The value of the property.</param>
401401
<summary>Checks the value a property is set to, and finds the corresponding switch.</summary>
402-
<returns>The switch that \<paramref name="value" /> is mapped to.</returns>
402+
<returns>The switch that <paramref name="value" /> is mapped to.</returns>
403403
<remarks>To be added.</remarks>
404404
</Docs>
405405
</Member>
@@ -533,4 +533,4 @@
533533
</Docs>
534534
</Member>
535535
</Members>
536-
</Type>
536+
</Type>

0 commit comments

Comments
 (0)