Skip to content

Commit 88cc6ea

Browse files
author
Bart Koelman
authored
Merge pull request #818 from bart-degreed/hi-ascii
Replaced high-ascii value with regular quote
2 parents 417692b + b54f21c commit 88cc6ea

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)