From 8e172d6dc1d70edf23ab3d4bd6c70a931c77befc Mon Sep 17 00:00:00 2001 From: Horu <73709188+HigherOrderLogic@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:34:41 +0700 Subject: [PATCH] Correct rustdoc JSON example --- text/2963-rustdoc-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/2963-rustdoc-json.md b/text/2963-rustdoc-json.md index c61a4aa71..9df295f53 100644 --- a/text/2963-rustdoc-json.md +++ b/text/2963-rustdoc-json.md @@ -877,7 +877,7 @@ pub fn references<'a>(a: &'a mut str) -> &'static MyType {} "type": { "kind": "resolved_path", "inner": { - "name": "String", + "name": "MyType", "id": "5:4936", "args": { "angle_bracketed": {