Skip to content

Commit 9a3369d

Browse files
committed
Fixed errors noticed by Wouter
1 parent 52a8022 commit 9a3369d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

reference/forms/types/file.rst

Lines changed: 0 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)