diff --git a/lib/behat/form_field/behat_form_select.php b/lib/behat/form_field/behat_form_select.php index 26e646f165c..228a5b614b5 100644 --- a/lib/behat/form_field/behat_form_select.php +++ b/lib/behat/form_field/behat_form_select.php @@ -64,7 +64,7 @@ class behat_form_select extends behat_form_field { $afterfirstoption = true; } } else { - // By default, assume the passed value is a non-multiple option. + // By default, assume the passed value is a non-multiple option. $this->field->selectOption(trim($value)); } }