Skip to content

Commit

Permalink
Fixed up XML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Oct 2, 2024
1 parent 621db3a commit dc65904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MimeKit/HeaderId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public enum HeaderId {
/// The Auto-Submitted header field.
/// </summary>
/// <remarks>
/// The header as defined in <see href="https://www.rfc-editor.org/rfc/rfc3834">RFC3834</see>.
/// The header as defined in <a href="https://www.rfc-editor.org/rfc/rfc3834">RFC3834</a>.
/// </remarks>
AutoSubmitted,

Expand All @@ -131,7 +131,7 @@ public enum HeaderId {
/// </summary>
/// <remarks>
/// <note type="warning">
/// <para>This is a legacy header as defined in <see href="https://datatracker.ietf.org/doc/html/rfc2156"/>RFC2156</see>.</para>
/// <para>This is a legacy header as defined in <a href="https://datatracker.ietf.org/doc/html/rfc2156">RFC2156</a>.</para>
/// <para>Most likely, you want to use <see cref="AutoSubmitted"/> instead.</para>
/// </note>
/// </remarks>
Expand Down

0 comments on commit dc65904

Please sign in to comment.