mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-51966 forms: Typo correction
This commit is contained in:
parent
63a03a8b05
commit
22d0a8f11e
@ -46,7 +46,7 @@ class MoodleQuickForm_autocomplete extends MoodleQuickForm_select {
|
||||
protected $ajax = '';
|
||||
/** @var string $placeholder Placeholder text for an empty list. */
|
||||
protected $placeholder = '';
|
||||
/** @var bool $casesensitive Wether the search has to be case-sensitive. */
|
||||
/** @var bool $casesensitive Whether the search has to be case-sensitive. */
|
||||
protected $casesensitive = false;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user