Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2fae69c

Browse files
ananda-agrawalweaverryan
authored andcommitted
update doc for yaml format for null
I found that ~ is used for null instead of -
1 parent8a92d38 commit2fae69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎components/yaml/yaml_format.rst

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp