diff options
| author | Levi Bostian <levi.bostian@gmail.com> | 2014-06-01 21:46:30 -0500 | 
|---|---|---|
| committer | Levi Bostian <levi.bostian@gmail.com> | 2014-06-01 21:46:30 -0500 | 
| commit | 71fcf6799871a77c523745fbaf718d063db7ffe5 (patch) | |
| tree | 8ed36062c30386feaaa6e18e10480a21cb146325 | |
| parent | a318fb3d1d4139410396e65a3c3da2f0972bfac5 (diff) | |
| parent | 24cffa75360ac915f61369ebaf0db34d6b7fc0e1 (diff) | |
Merge pull request #631 from checkcheckzz/patch-2
[yaml/cn]: add last translation
| -rw-r--r-- | yaml.html.markdown | 2 | ||||
| -rw-r--r-- | zh-cn/yaml-cn.html.markdown | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/yaml.html.markdown b/yaml.html.markdown index 76e430e6..6e3e2c94 100644 --- a/yaml.html.markdown +++ b/yaml.html.markdown @@ -79,7 +79,7 @@ a_nested_map:  a_sequence:      - Item 1      - Item 2 -    - 0.5 # sequences can contain disparate types +    - 0.5 # sequences can contain disparate types.      - Item 4      - key: value        another_key: another_value diff --git a/zh-cn/yaml-cn.html.markdown b/zh-cn/yaml-cn.html.markdown index bcc41067..fc510eb5 100644 --- a/zh-cn/yaml-cn.html.markdown +++ b/zh-cn/yaml-cn.html.markdown @@ -79,7 +79,7 @@ a_nested_map:  a_sequence:      - Item 1      - Item 2 -    - 0.5 # sequences can contain disparate types +    - 0.5 # 序列可以包含不同类型。      - Item 4      - key: value        another_key: another_value | 
