Correct example for list_concat-unique function

Change-Id: I330a265a16b0d7a2ac9f94e859f7b81f1e193dc5
This commit is contained in:
ricolin 2017-10-12 18:56:27 +08:00
parent 8188f53401
commit a4f2dccf0e
1 changed files with 1 additions and 1 deletions

View File

@ -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']``.