Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Nov 5, 2021
1 parent 794a641 commit 1cbf5b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public RequiresUnreferencedCodeAttribute(string message)

/// <summary>
/// Gets or sets an optional URL that contains more information about the method,
/// why it requries unreferenced code, and what options a consumer has to deal with it.
/// why it requires unreferenced code, and what options a consumer has to deal with it.
/// </summary>
public string Url { get; set; }
}
Expand Down

0 comments on commit 1cbf5b9

Please sign in to comment.