Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a388033

Browse filesBrowse files
committed
[component][finder] Tweaking some language and formatting
1 parent e8c8e69 commit a388033
Copy full SHA for a388033

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎components/finder.rst

Copy file name to clipboardExpand all lines: components/finder.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ Restrict by a size range by chaining calls::
167167

168168
$finder->files()->size('>= 1K')->size('<= 2K');
169169

170-
The comparison operator can be any of the following: ``>``, ``>=``, ``<``, '<=',
171-
'==', '!='.
170+
The comparison operator can be any of the following: ``>``, ``>=``, ``<``, ``<=``,
171+
``==``, ``!=``.
172172

173173
.. versionadded:: 2.1
174-
The operator '!=' has been added is version 2.1.
174+
The operator ``!=`` was added in version 2.1.
175175

176176
The target value may use magnitudes of kilobytes (``k``, ``ki``), megabytes
177177
(``m``, ``mi``), or gigabytes (``g``, ``gi``). Those suffixed with an ``i`` use

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.