Skip to content

Commit 2fae69c

Browse files
ananda-agrawalweaverryan
authored andcommitted
update doc for yaml format for null
I found that ~ is used for null instead of -
1 parent 8a92d38 commit 2fae69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/yaml/yaml_format.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Numbers
114114
Nulls
115115
~~~~~
116116

117-
Nulls in YAML can be expressed with ``null`` or ``-``.
117+
Nulls in YAML can be expressed with ``null`` or ``~``.
118118

119119
Booleans
120120
~~~~~~~~
@@ -268,4 +268,4 @@ Comments can be added in YAML by prefixing them with a hash mark (``#``):
268268
Comments are simply ignored by the YAML parser and do not need to be
269269
indented according to the current level of nesting in a collection.
270270

271-
.. _YAML: http://yaml.org/
271+
.. _YAML: http://yaml.org/

0 commit comments

Comments
 (0)