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.
2 parents f158abc + 3f46d07 commit e4826edCopy full SHA for e4826ed
1 file changed
episodes/03-index-slice-subset.md
@@ -508,9 +508,10 @@ Experiment with selecting various subsets of the "surveys" data.
508
509
- Equals: `==`
510
- Not equals: `!=`
511
-- Greater than, less than: `>` or `<`
512
-- Greater than or equal to `>=`
513
-- Less than or equal to `<=`
+- Greater than: `>`
+- Less than: `<`
+- Greater than or equal to: `>=`
514
+- Less than or equal to: `<=`
515
516
::::::::::::::::::::::::::::::::::::::: challenge
517
0 commit comments