1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-05 14:27:51 +02:00

[yaml/zh-cn]: modify some translation

This commit is contained in:
Wen Sun
2020-08-08 10:04:29 +08:00
parent 90d53cbd37
commit 32ecae608e

View File

@@ -92,7 +92,7 @@ a_nested_map:
: [ 2001-01-01, 2002-02-02 ] : [ 2001-01-01, 2002-02-02 ]
# 序列 (sequences等价于列表 list 或数组 array ) 看起来像这样: # 序列 (sequences等价于列表 list 或数组 array ) 看起来像这样:
# 注意 '-' 代表缩进: # 注意 '-' 也算缩进:
a_sequence: a_sequence:
- Item 1 - Item 1
- Item 2 - Item 2