Skip to content

Commit 4018f80

Browse files
authored
Update src/oas.md
1 parent 3f82212 commit 4018f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@ components:
31913191

31923192
###### Models with Polymorphism Support and a Discriminator Object
31933193

3194-
The following example extends the example of the previous section by adding a [Discriminator Object](#discriminator-object) to the `Pet` schema. Note that the Discriminator Object is only a hint to the consumer of the API, and does not change the validation outcome of the schema.
3194+
The following example extends the example of the previous section by adding a [Discriminator Object](#discriminator-object) to the `Pet` schema. Note that the Discriminator Object is only a hint to the consumer of the API and does not change the validation outcome of the schema.
31953195

31963196
```yaml
31973197
components:

0 commit comments

Comments
 (0)