Skip to content

Commit

Permalink
fix typo in template for Text.Json.Serialization.JsonPropertyName (#1321
Browse files Browse the repository at this point in the history
)

Co-authored-by: avoronkov <avoronkov>
  • Loading branch information
Voronkov-A authored Feb 22, 2021
1 parent ad366fd commit 7339367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/// <summary>{{ property.Description | csharpdocs }}</summary>
{% endif -%}
{% if UseSystemTextJson -%}
[System.Text.Json.Serialization.JsonPropertyName("{{ property.Name }}"]
[System.Text.Json.Serialization.JsonPropertyName("{{ property.Name }}")]
{% if property.IsStringEnumArray -%}
// TODO(system.text.json): Add string enum item converter
{% endif -%}
Expand Down

0 comments on commit 7339367

Please sign in to comment.