diff --git a/yaml.html.markdown b/yaml.html.markdown
index 76e430e683..6e3e2c9468 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 bcc410675a..fc510eb505 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