Skip to content

Commit 288d214

Browse files
authored
fix cref link + minor fixes (dotnet#3000)
1 parent 86d67c0 commit 288d214

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/Microsoft.Build.Tasks.Xaml/CommandLineArgumentRelation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>Encapsulations the relations between command line arguments.</summary>
17+
<summary>Encapsulates the relations between command-line arguments.</summary>
1818
<remarks>To be added.</remarks>
1919
</Docs>
2020
<Members>
@@ -42,7 +42,7 @@
4242
<param name="required">
4343
<see langword="true" /> if required.</param>
4444
<param name="separator">The separator between arguments.</param>
45-
<summary>Initializes an instance of the <see cref="Microsoft.Build.Tasks.Xaml.CommandLineArgumentRelation" /> class.</summary>
45+
<summary>Initializes an instance of the <see cref="T:Microsoft.Build.Tasks.Xaml.CommandLineArgumentRelation" /> class.</summary>
4646
<remarks>To be added.</remarks>
4747
</Docs>
4848
</Member>
@@ -70,10 +70,10 @@
7070
<ReturnType>System.String</ReturnType>
7171
</ReturnValue>
7272
<Docs>
73-
<summary>Contains the separator between command line arguments.</summary>
73+
<summary>Gets or sets the separator between command-line arguments.</summary>
7474
<value>A string containing the separator.</value>
7575
<remarks>To be added.</remarks>
7676
</Docs>
7777
</Member>
7878
</Members>
79-
</Type>
79+
</Type>

0 commit comments

Comments
 (0)