Skip to content

Commit 6e40ddd

Browse files
authored
Apply suggestions from code review
1 parent b54f8e5 commit 6e40ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3539,7 +3539,7 @@ Two examples of this:
35393539

35403540
## Modeling Data
35413541

3542-
This section collects guidance on various data modeling and encoding scenarios that are either very genearl, or are more complex than those needed to illustrate basic Object usage.
3542+
This section collects guidance on various data modeling and encoding scenarios that are either very general, or are more complex than those needed to illustrate basic Object usage.
35433543

35443544
### Data Types
35453545

@@ -3570,7 +3570,7 @@ The formats defined by the OAS are:
35703570
| `double` | number | |
35713571
| `password` | string | A hint to obscure the value. |
35723572

3573-
As noted under [Data Type](#data-types), both `type: number` and `type: integer` are considered to be numbers in the data model.
3573+
As noted under [Data Types](#data-types), both `type: number` and `type: integer` are considered to be numbers in the data model.
35743574

35753575
#### Working with Binary Data
35763576

0 commit comments

Comments
 (0)