Update subset.yml (#83908)

Typo error in examples
This commit is contained in:
Suman Tripuraneni
2024-09-06 05:52:38 +10:00
committed by GitHub
parent 4fa512406b
commit 0f6b58b5f2
+1 -1
View File
@@ -19,7 +19,7 @@ DOCUMENTATION:
required: True
EXAMPLES: |
big: [1,2,3,4,5]
sml: [3,4]
small: [3,4]
issmallinbig: '{{ small is subset(big) }}'
RETURN:
_value: