Skip to content

Commit 29bd76e

Browse files
committed
[symfony#2706] Very minor tweaks
1 parent 34fac25 commit 29bd76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/config/definition.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ node definition. Node type are available for:
9999

100100
* scalar
101101
* boolean
102-
* array
103102
* enum (new in 2.1)
103+
* array
104104
* variable (no validation)
105105

106106
and are created with ``node($name, $type)`` or their associated shortcut
@@ -110,7 +110,7 @@ Enum nodes
110110
~~~~~~~~~~
111111

112112
.. versionadded:: 2.1
113-
The enum node is new in 2.1
113+
The enum node is new in Symfony 2.1
114114

115115
Enum nodes provide a constraint to match the given input against a set of
116116
values::

0 commit comments

Comments
 (0)