Skip to content

Commit fc5c7e2

Browse files
author
Ron
authored
Merge pull request OAI#1169 from krishahn/parameter-locations-style-examples
Edit Style Examples in Parameter Locations
2 parents 4862317 + 892b69a commit fc5c7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,14 +1008,14 @@ deepObject | `object` | `query` | Provides a simple way of rendering nested obje
10081008

10091009
##### Style Examples
10101010

1011-
Assuming a parameter named `color` with one of the following values:
1011+
Assume a parameter named `color` has one of the following values:
10121012

10131013
```
10141014
string -> "blue"
10151015
array -> ["blue","black","brown"]
10161016
object -> { "R": 100, "G": 200, "B": 150 }
10171017
```
1018-
The following table shows examples of how those values would be rendered.
1018+
The following table shows examples of rendering differences for each value.
10191019

10201020
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
10211021
----------- | ------ | -------- | -------- | --------|-------

0 commit comments

Comments
 (0)