Skip to content

Commit 42e0ba6

Browse files
Fixing minor rst errors
1 parent 57d9c48 commit 42e0ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/yaml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ The previous YAML file is equivalent to the following PHP code:
360360
361361
array('PHP', 'Perl', 'Python');
362362
363-
Mappings use a colon followed by a space (``: ``) to mark each key/value pair:
363+
Mappings use a colon followed by a space (``:`` ) to mark each key/value pair:
364364

365365
.. code-block:: yaml
366366
@@ -438,7 +438,7 @@ A sequence can be written as a comma separated list within square brackets
438438
[PHP, Perl, Python]
439439
440440
A mapping can be written as a comma separated list of key/values within curly
441-
braces (`{}`):
441+
braces (``{}``):
442442

443443
.. code-block:: yaml
444444

0 commit comments

Comments
 (0)