We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 417692b + b54f21c commit 88cc6eaCopy full SHA for 88cc6ea
src/JsonApiDotNetCore/Serialization/Objects/Error.cs
@@ -56,7 +56,7 @@ public string Status
56
public string Title { get; set; }
57
58
/// <summary>
59
- /// A human-readable explanation specific to this occurrence of the problem. Like title, this field’s value can be localized.
+ /// A human-readable explanation specific to this occurrence of the problem. Like title, this field's value can be localized.
60
/// </summary>
61
[JsonProperty]
62
public string Detail { get; set; }
0 commit comments