We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a92d38 commit 2fae69cCopy full SHA for 2fae69c
components/yaml/yaml_format.rst
@@ -114,7 +114,7 @@ Numbers
114
Nulls
115
~~~~~
116
117
-Nulls in YAML can be expressed with ``null`` or ``-``.
+Nulls in YAML can be expressed with ``null`` or ``~``.
118
119
Booleans
120
~~~~~~~~
@@ -268,4 +268,4 @@ Comments can be added in YAML by prefixing them with a hash mark (``#``):
268
Comments are simply ignored by the YAML parser and do not need to be
269
indented according to the current level of nesting in a collection.
270
271
-.. _YAML: http://yaml.org/
+.. _YAML: http://yaml.org/
0 commit comments