From e0b4a69b4f2aa93f2bfa99a7db4180e358fdb564 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Fri, 19 Apr 2019 18:46:07 -0700 Subject: [PATCH] Fix bad xref --- xml/System.Text.Json/Utf8JsonReader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Text.Json/Utf8JsonReader.xml b/xml/System.Text.Json/Utf8JsonReader.xml index be3b5cdad0b..6948aaecba9 100644 --- a/xml/System.Text.Json/Utf8JsonReader.xml +++ b/xml/System.Text.Json/Utf8JsonReader.xml @@ -833,7 +833,7 @@ The current depth exceeds the recursive limit set by the maximum depth. If is `false`, `ValueSequence` is empty. -Therefore, only access `ValueSequence` if is `true`. +Therefore, only access `ValueSequence` if is `true`. Otherwise, the token value must be accessed from . ]]>