Skip to content

Commit b54f21c

Browse files
author
Bart Koelman
committed
Replaced high-ascii value with regular quote.
1 parent 417692b commit b54f21c

File tree

1 file changed

+1
-1
lines changed
  • src/JsonApiDotNetCore/Serialization/Objects

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/Serialization/Objects/Error.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public string Status
5656
public string Title { get; set; }
5757

5858
/// <summary>
59-
/// A human-readable explanation specific to this occurrence of the problem. Like title, this fields value can be localized.
59+
/// A human-readable explanation specific to this occurrence of the problem. Like title, this field's value can be localized.
6060
/// </summary>
6161
[JsonProperty]
6262
public string Detail { get; set; }

0 commit comments

Comments
 (0)