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 57d9c48 commit 42e0ba6Copy full SHA for 42e0ba6
components/yaml.rst
@@ -360,7 +360,7 @@ The previous YAML file is equivalent to the following PHP code:
360
361
array('PHP', 'Perl', 'Python');
362
363
-Mappings use a colon followed by a space (``: ``) to mark each key/value pair:
+Mappings use a colon followed by a space (``:`` ) to mark each key/value pair:
364
365
.. code-block:: yaml
366
@@ -438,7 +438,7 @@ A sequence can be written as a comma separated list within square brackets
438
[PHP, Perl, Python]
439
440
A mapping can be written as a comma separated list of key/values within curly
441
-braces (`{}`):
+braces (``{}``):
442
443
444
0 commit comments