Skip to content

Commit bd0115c

Browse files
committed
Fix small misspelling typo.
1 parent e299e50 commit bd0115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handbook/inequality/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2 id="syntax">Syntax</h2>
410410

411411
<h2 id="description">Description</h2>
412412

413-
<p>Attributes can be filtered using inqueality operators, including <code>&gt;</code>, <code>&gt;=</code>, <code>&lt;</code>, <code>&lt;=</code> and <code>!=</code>.</p>
413+
<p>Attributes can be filtered using inquality operators, including <code>&gt;</code>, <code>&gt;=</code>, <code>&lt;</code>, <code>&lt;=</code> and <code>!=</code>.</p>
414414

415415
<p><code>&gt;</code>, <code>&gt;=</code>, <code>&lt;</code>, <code>&lt;=</code> can only filter using values that can be sorted. For instance, you can use these operators to filter numbers, but you cannot filter records this way.</p>
416416

0 commit comments

Comments
 (0)