Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix comment typo
  • Loading branch information
JamesNK authored Nov 5, 2021
commit ef0294cce48c84add85cbc6e544edc6d6ffe2d63
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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