From 6214118cf7f7d91ccfaa2d27c0e4072882c13520 Mon Sep 17 00:00:00 2001 From: gisphm Date: Wed, 6 Jul 2022 01:56:32 +0000 Subject: [PATCH] =?UTF-8?q?vuepress-reco=20=E7=9A=84=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E9=87=8C=E6=B2=A1=E6=B3=95=E6=9F=A5=E7=9C=8B=20json=20?= =?UTF-8?q?=E8=BF=99=E4=B8=AA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/docs/json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/json.md b/doc/docs/json.md index 591ec967..c037ecd4 100644 --- a/doc/docs/json.md +++ b/doc/docs/json.md @@ -430,7 +430,7 @@ public void array() { } ``` -此处要注意,如果我们想获取一个泛型 List,需要使用如下方法: +此处要注意,如果我们想获取一个泛型 `List`,需要使用如下方法: ```java public void array() { -- Gitee