Skip to content

Commit f3eb2e1

Browse files
committed
[forms] Fixing wrong field name
1 parent e9e7609 commit f3eb2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/forms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ format. Symfony2 comes with many build-in types that will be discussed shortly
129129

130130
.. tip::
131131

132-
Notice that the form system is smart enough to access the ``money`` field
133-
via the ``getMoney`` and ``setMoney`` methods. You have the option of
132+
Notice that the form system is smart enough to access the ``price`` field
133+
via the ``getPrice`` and ``setPrice`` methods. You have the option of
134134
making any property either public or adding getter and setter methods
135135
for it.
136136

book/images/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)