Skip to content

Commit e2f9837

Browse files
inkelmairaw
authored andcommitted
Remove extra > in documentation (#3488)
1 parent 1518411 commit e2f9837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Mail/SmtpClient.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ The classes shown in the following table are used to construct email messages th
15471547
<format type="text/markdown"><![CDATA[
15481548
15491549
## Remarks
1550-
This operation will not block. The returned <xref:System.Threading.Tasks.Task>> object will complete once the message has been sent.
1550+
This operation will not block. The returned <xref:System.Threading.Tasks.Task> object will complete once the message has been sent.
15511551
15521552
]]></format>
15531553
</remarks>
@@ -1598,7 +1598,7 @@ The classes shown in the following table are used to construct email messages th
15981598
<format type="text/markdown"><![CDATA[
15991599
16001600
## Remarks
1601-
This operation will not block. The returned <xref:System.Threading.Tasks.Task>> object will complete once the message has been sent.
1601+
This operation will not block. The returned <xref:System.Threading.Tasks.Task> object will complete once the message has been sent.
16021602
16031603
]]></format>
16041604
</remarks>

0 commit comments

Comments
 (0)