diff --git a/libraries/SavedSearches.php b/libraries/SavedSearches.php index 224a6f0793..72c6353443 100644 --- a/libraries/SavedSearches.php +++ b/libraries/SavedSearches.php @@ -403,11 +403,11 @@ class SavedSearches } /** - * Get the list of saved search of a user on a DB + * Get the list of saved searches of a user on a DB * * @param string[] $wheres List of filters * - * @return array List of saved search or empty array on failure + * @return array List of saved searches or empty array on failure */ public function getList(array $wheres = array()) {