From 9f543b8e34311e40d98e7bda7ffbd9cd6689f6d4 Mon Sep 17 00:00:00 2001 From: "QingDao Nature Easy Soft Network Technology Co,LTD" Date: Tue, 11 Aug 2020 11:14:17 +0800 Subject: [PATCH] * change privateB to privateC --- res/zh/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/zh/sample.yaml b/res/zh/sample.yaml index e5ac815..3d26c9f 100644 --- a/res/zh/sample.yaml +++ b/res/zh/sample.yaml @@ -108,7 +108,7 @@ fields: - field: field_use_instance # 引用其他的定义文件,该文件定义了多个实例。 from: system.ip.v1.yaml # 引用data/system/ip/v1.yaml - use: privateC,privateC # 使用该文件中定义的privateC和privateB两个实例。 + use: privateC,privateB # 使用该文件中定义的privateC和privateB两个实例。 postfix: "\t" - field: field_nested_instant # 引用其他的定义文件,且该文件引用了其他实例。 -- GitLab