Skip to content

Commit c2f8edc

Browse files
dawehnernicolas-grekas
authored andcommitted
Don't use he in docs when its not needed
1 parent d6d8585 commit c2f8edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/Type/ChoiceType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ private function addSubForm(FormBuilderInterface $builder, $name, ChoiceView $ch
396396
if ($options['multiple']) {
397397
$choiceType = __NAMESPACE__.'\CheckboxType';
398398
// The user can check 0 or more checkboxes. If required
399-
// is true, he is required to check all of them.
399+
// is true, they are required to check all of them.
400400
$choiceOpts['required'] = false;
401401
} else {
402402
$choiceType = __NAMESPACE__.'\RadioType';

0 commit comments

Comments
 (0)