File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1008,14 +1008,14 @@ deepObject | `object` | `query` | Provides a simple way of rendering nested obje
1008
1008
1009
1009
# #### Style Examples
1010
1010
1011
- Assuming a parameter named `color` with one of the following values :
1011
+ Assume a parameter named `color` has one of the following values :
1012
1012
1013
1013
` ` `
1014
1014
string -> "blue"
1015
1015
array -> ["blue","black","brown"]
1016
1016
object -> { "R": 100, "G": 200, "B": 150 }
1017
1017
` ` `
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 .
1019
1019
1020
1020
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
1021
1021
----------- | ------ | -------- | -------- | --------|-------
You can’t perform that action at this time.
0 commit comments