We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c8e69 commit a388033Copy full SHA for a388033
components/finder.rst
@@ -167,11 +167,11 @@ Restrict by a size range by chaining calls::
167
168
$finder->files()->size('>= 1K')->size('<= 2K');
169
170
-The comparison operator can be any of the following: ``>``, ``>=``, ``<``, '<=',
171
-'==', '!='.
+The comparison operator can be any of the following: ``>``, ``>=``, ``<``, ``<=``,
+``==``, ``!=``.
172
173
.. versionadded:: 2.1
174
- The operator '!=' has been added is version 2.1.
+ The operator ``!=`` was added in version 2.1.
175
176
The target value may use magnitudes of kilobytes (``k``, ``ki``), megabytes
177
(``m``, ``mi``), or gigabytes (``g``, ``gi``). Those suffixed with an ``i`` use
0 commit comments