Skip to content

Commit 9929f68

Browse files
authored
Fix typos in docs touched in super#6669 (#6672)
1 parent bbda9f1 commit 9929f68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/src/formats/model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ A field value is a value of any type.
8888

8989
A field is either mandatory or optional as indicated by its optionality.
9090
The 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
9292
from `{a:string,b:string}`.
9393

9494
A 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
178178
the 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.
181181
Order among enum values from different types is undefined.
182182

183183
### 2.7 Error

book/src/super-sql/sql/set-ops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ included in the output.
4040
If the `DISTINCT` keyword is present, then only unique rows are included
4141
in 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`
4444
is presumed.
4545

4646
## Non-relational Data

0 commit comments

Comments
 (0)