Skip to content

Commit 974dfef

Browse files
committed
Fixed errors noticed by Wouter
1 parent 32c0af1 commit 974dfef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

reference/forms/types/file.rst

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ type:
105105

106106
.. include:: /reference/forms/types/options/disabled.rst.inc
107107

108-
The default value is ``null``.
109-
110108
.. include:: /reference/forms/types/options/error_bubbling.rst.inc
111109

112110
.. include:: /reference/forms/types/options/error_mapping.rst.inc

reference/forms/types/password.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ trim
3939
**default**: ``false``
4040

4141
Unlike the rest of form types, the ``password`` type doesn't apply the
42-
phpfunction:`trim` function to the value submitted by the user. This ensures that
42+
:phpfunction:`trim` function to the value submitted by the user. This ensures that
4343
the password is merged back onto the underlying object exactly as it was typed
4444
by the user.
4545

0 commit comments

Comments
 (0)