@@ -195,7 +195,7 @@ examples.
195
195
Same rules apply when you search inside objects and branchy structures.
196
196
197
197
Type checking operators and "every" placeholders are useful for document
198
- schema validation. JsQuerymatchig operator` @@ ` is immutable and can be used
198
+ schema validation. JsQuerymatching operator` @@ ` is immutable and can be used
199
199
in CHECK constraint. See following example.
200
200
201
201
``` sql
@@ -309,7 +309,7 @@ query optimization by different opclasses.
309
309
310
310
Unfortunately, jsonb have no statistics yet. That's why JsQuery optimizer has
311
311
to do imperative decision while selecting conditions to be evaluated using
312
- index. This decision is made byassumtion that some condition types are less
312
+ index. This decision is made byassumption that some condition types are less
313
313
selective than others. Optimizer divides conditions into following selectivity
314
314
class (listed by descending of selectivity).
315
315