Skip to content

Commit 987f5a5

Browse files
committed
"enum" is similar to "scalar", not "array"
1 parent 96c423a commit 987f5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ node definition. Node types are available for:
101101
* boolean
102102
* integer (new in 2.2)
103103
* float (new in 2.2)
104-
* enum (new in 2.1) (similar to array, but it only allows a finite set of values)
104+
* enum (new in 2.1) (similar to scalar, but it only allows a finite set of values)
105105
* array
106106
* variable (no validation)
107107

0 commit comments

Comments
 (0)