From 7c6230394b817e5b089aa03ba76ef189240ce473 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Fri, 14 Feb 2020 16:33:55 -0800 Subject: [PATCH] Fix typo in S.T.J namespace in the writable dom spec (#32345) --- src/libraries/System.Text.Json/docs/writable_json_dom_spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Text.Json/docs/writable_json_dom_spec.md b/src/libraries/System.Text.Json/docs/writable_json_dom_spec.md index 35f8a8307c3b4..487c721d98d28 100644 --- a/src/libraries/System.Text.Json/docs/writable_json_dom_spec.md +++ b/src/libraries/System.Text.Json/docs/writable_json_dom_spec.md @@ -249,7 +249,7 @@ Mailbox.SendAllEmployeesData(employees.AsJsonElement()); * RFC: https://tools.ietf.org/html/rfc8259 ### Similar APIs -`JsonElement` and `JsonDocument` from `System.Json.Text` API: +`JsonElement` and `JsonDocument` from `System.Text.Json` API: * video: https://channel9.msdn.com/Shows/On-NET/Try-the-new-SystemTextJson-APIs * blogpost: https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/