不要怂,就是干,撸起袖子干!

Commit a68f8a03 by Nathan Schwartz Committed by Felix Becker

Fix Typo (#6797)

1 parent a89fda26
Showing with 1 additions and 1 deletions
...@@ -152,7 +152,7 @@ Keep in mind, the provided range value can ...@@ -152,7 +152,7 @@ Keep in mind, the provided range value can
as well. as well.
```js ```js
// All the above equlity and inequality operators plus the following: // All the above equality and inequality operators plus the following:
$contains: 2 // @> '2'::integer (PG range contains element operator) $contains: 2 // @> '2'::integer (PG range contains element operator)
$contains: [1, 2] // @> [1, 2) (PG range contains range operator) $contains: [1, 2] // @> [1, 2) (PG range contains range operator)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!