File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ A field value is a value of any type.
8888
8989A field is either mandatory or optional as indicated by its optionality.
9090The optionalities of fields in two records must be the same for those
91- record types to be equivlanet , e.g., type ` {a:string,b?:string} ` is distinct
91+ record types to be equivalent , e.g., type ` {a:string,b?:string} ` is distinct
9292from ` {a:string,b:string} ` .
9393
9494A record type is uniquely defined by its ordered list of field-type pairs.
@@ -177,7 +177,7 @@ The type order of two enum types is as follows:
177177* Two enum types with the same number of symbols are ordered according to
178178the type order of the constituent types in left to right order.
179179
180- The order among enum values correponds to the order of the symbols in the enum type.
180+ The order among enum values corresponds to the order of the symbols in the enum type.
181181Order among enum values from different types is undefined.
182182
183183### 2.7 Error
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ included in the output.
4040If the ` DISTINCT ` keyword is present, then only unique rows are included
4141in the output.
4242
43- If neither the ` ALL ` nor ` DISTINCT ` keywords are is present, then ` DISTINCT `
43+ If neither the ` ALL ` nor ` DISTINCT ` keywords are present, then ` DISTINCT `
4444is presumed.
4545
4646## Non-relational Data
You can’t perform that action at this time.
0 commit comments