mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Added missing closing quote
This commit is contained in:
parent
ba4e571029
commit
96bd2a4447
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Dictionaries and lists can also be represented in an abbreviated form if you rea
|
||||||
---
|
---
|
||||||
employees:
|
employees:
|
||||||
- martin: {name: Martin D'vloper, job: Developer, skill: Elite}
|
- martin: {name: Martin D'vloper, job: Developer, skill: Elite}
|
||||||
fruits: ['Apple', 'Orange', 'Strawberry', 'Mango]
|
fruits: ['Apple', 'Orange', 'Strawberry', 'Mango']
|
||||||
|
|
||||||
.. _truthiness:
|
.. _truthiness:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue