summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWen Sun <syl1887415157@126.com>2020-08-08 10:04:29 +0800
committerWen Sun <syl1887415157@126.com>2020-08-08 10:04:29 +0800
commit32ecae608ee5ea5eb037ebe67def486a61a35a21 (patch)
tree18b7388db3fd6d6c005471afd3d251f77da66ac0
parent90d53cbd37e0a76d9d0fb5ad84e1d63bb5a9b3dc (diff)
[yaml/zh-cn]: modify some translation
-rw-r--r--zh-cn/yaml-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/yaml-cn.html.markdown b/zh-cn/yaml-cn.html.markdown
index 30ed4695..7ac9bc06 100644
--- a/zh-cn/yaml-cn.html.markdown
+++ b/zh-cn/yaml-cn.html.markdown
@@ -92,7 +92,7 @@ a_nested_map:
: [ 2001-01-01, 2002-02-02 ]
# 序列 (sequences,等价于列表 list 或数组 array ) 看起来像这样:
-# 注意 '-' 代表缩进:
+# 注意 '-' 也算缩进:
a_sequence:
- Item 1
- Item 2