Skip to content

Commit

Permalink
Fix typo in S.T.J namespace in the writable dom spec (dotnet#32345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsonkhan authored Feb 15, 2020
1 parent 0de658b commit 7c62303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 7c62303

Please sign in to comment.