Update split.yml (#79570)

typo fix
pull/79591/head
Rafał Osiecki 2 years ago committed by GitHub
parent da3b1d3f50
commit 0f01c69f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ EXAMPLES: |
listjojo: "{{ 'jojo is a' | split }}"
# listjojocomma => [ "jojo is", "a" ]
listjojocomma: "{{ 'jojo is, a' | split(',' }}"
listjojocomma: "{{ 'jojo is, a' | split(',') }}"
RETURN:
_value:

Loading…
Cancel
Save