aboutsummaryrefslogtreecommitdiff
path: root/app/Models/BooleanSearch.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/BooleanSearch.php')
-rw-r--r--app/Models/BooleanSearch.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Models/BooleanSearch.php b/app/Models/BooleanSearch.php
index f4979b22b..ea03165d5 100644
--- a/app/Models/BooleanSearch.php
+++ b/app/Models/BooleanSearch.php
@@ -33,8 +33,8 @@ class FreshRSS_BooleanSearch {
$input = $this->parseUserQueryIds($input);
}
- // Either parse everything as a series of BooleanSearch's combined by implicit AND
- // or parse everything as a series of Search's combined by explicit OR
+ // Either parse everything as a series of BooleanSearch’s combined by implicit AND
+ // or parse everything as a series of Search’s combined by explicit OR
$this->parseParentheses($input, $level) || $this->parseOrSegments($input);
}