Skip to content

Commit bf72f2c

Browse files
committed
Merge branch '2.0' into 2.1
2 parents 404e1f9 + 4eb160b commit bf72f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Beginning Development
266266

267267
Now that you have a fully-functional Symfony2 application, you can begin
268268
development! Your distribution may contain some sample code - check the
269-
``README.rst`` file included with the distribution (open it as a text file)
269+
``README.md`` file included with the distribution (open it as a text file)
270270
to learn about what sample code was included with your distribution and how
271271
you can remove it later.
272272

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ An example of this:
149149
->arrayNode('parameters')
150150
->isRequired()
151151
->requiresAtLeastOneElement()
152+
->useAttributeAsKey('name')
152153
->prototype('array')
153-
->useAttributeAsKey('name')
154154
->children()
155155
->scalarNode('name')->isRequired()->end()
156156
->scalarNode('value')->isRequired()->end()

0 commit comments

Comments
 (0)