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.
1 parent 417692b commit b54f21cCopy full SHA for b54f21c
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