diff options
Diffstat (limited to 'zh-cn')
-rw-r--r-- | zh-cn/yaml-cn.html.markdown | 2 |
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 |