Remove irrelevant line (#79865)

Remove irrelevant comment line form example code
pull/79894/head
Konrad Gawda 1 year ago committed by GitHub
parent 0ab53aefc9
commit 1c01eab3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,6 @@ EXAMPLES: |
# ab => {'a':1, 'b':3, 'c': 4}
ab: {{ {'a':1, 'b':2} | combine({'b':3, 'c':4}) }}
# ab => {'a':1, 'b':3, 'c': 4}
many: "{{ dict1 | combine(dict2, dict3, dict4) }}"
RETURN:

Loading…
Cancel
Save