From a51d81624637d5f179212560154b4123876d1025 Mon Sep 17 00:00:00 2001 From: walon Date: Fri, 8 Oct 2021 10:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20data=5Flua.md=20=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E5=8C=85=E5=90=AB{{=E5=AF=BC=E8=87=B4=E7=94=9F=E6=88=90github?= =?UTF-8?q?=20page=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/data_lua.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data_lua.md b/docs/data_lua.md index 78ef051..c6c8b05 100644 --- a/docs/data_lua.md +++ b/docs/data_lua.md @@ -59,7 +59,7 @@ return k1 = {1,2}, k2 = {2,3}, k8 = {[2]=10,[3]=12}, - k9 = {{y1=1,y2=true}, {y1=10,y2=false}}, - k15 = {{ __type__="DemoD2", x1 = 1, x2=3}}, + k9 = { {y1=1,y2=true}, {y1=10,y2=false} }, + k15 = { { __type__="DemoD2", x1 = 1, x2=3} }, } ``` \ No newline at end of file