Correct example for list_concat-unique function
Change-Id: I330a265a16b0d7a2ac9f94e859f7b81f1e193dc5
This commit is contained in:
parent
8188f53401
commit
a4f2dccf0e
@ -2038,7 +2038,7 @@ For example
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
list_concat_unique: [['v1', 'v2'], ['v2', 'v43']]
|
||||
list_concat_unique: [['v1', 'v2'], ['v2', 'v3']]
|
||||
|
||||
Will resolve to the list ``['v1', 'v2', 'v3']``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user