From: Nico Kranz Date: Thu, 9 Apr 2020 16:13:48 +0000 (+0000) Subject: fixed typo @SerializerCycleDetected (#34700) X-Git-Tag: submit/tizen/20210909.063632~8672 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=755b548206aa502f49e55bbf373abb360178b980;p=platform%2Fupstream%2Fdotnet%2Fruntime.git fixed typo @SerializerCycleDetected (#34700) ReferenceHanlding -> Reference Handling --- diff --git a/src/libraries/System.Text.Json/src/Resources/Strings.resx b/src/libraries/System.Text.Json/src/Resources/Strings.resx index 4717b34..c4dc9b0 100644 --- a/src/libraries/System.Text.Json/src/Resources/Strings.resx +++ b/src/libraries/System.Text.Json/src/Resources/Strings.resx @@ -418,7 +418,7 @@ Either the JSON value is not in a supported format, or is out of bounds for a UInt16. - A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of {0}. Consider using ReferenceHanlding.Preserve on JsonSerializerOptions to support cycles. + A possible object cycle was detected. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of {0}. Consider using ReferenceHandling.Preserve on JsonSerializerOptions to support cycles. Expected a number, but instead got empty string.