Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71a11a9

Browse files
author
Nikita Glukhov
committed
Fix typos in README
1 parent 9a09f20 commit 71a11a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ examples.
195195
Same rules apply when you search inside objects and branchy structures.
196196

197197
Type checking operators and "every" placeholders are useful for document
198-
schema validation. JsQuery matchig operator `@@` is immutable and can be used
198+
schema validation. JsQuery matching operator `@@` is immutable and can be used
199199
in CHECK constraint. See following example.
200200

201201
```sql
@@ -309,7 +309,7 @@ query optimization by different opclasses.
309309

310310
Unfortunately, jsonb have no statistics yet. That's why JsQuery optimizer has
311311
to do imperative decision while selecting conditions to be evaluated using
312-
index. This decision is made by assumtion that some condition types are less
312+
index. This decision is made by assumption that some condition types are less
313313
selective than others. Optimizer divides conditions into following selectivity
314314
class (listed by descending of selectivity).
315315

0 commit comments

Comments
 (0)