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 @@ -1009,14 +1009,14 @@ deepObject | `object` | `query` | Provides a simple way of rendering nested obje
1009
1009
1010
1010
# #### Style Examples
1011
1011
1012
- Assuming a parameter named `color` with one of the following values :
1012
+ Assume a parameter named `color` has one of the following values :
1013
1013
1014
1014
` ` `
1015
1015
string -> "blue"
1016
1016
array -> ["blue","black","brown"]
1017
1017
object -> { "R": 100, "G": 200, "B": 150 }
1018
1018
` ` `
1019
- The following table shows examples of how those values would be rendered .
1019
+ The following table shows examples of rendering differences for each value .
1020
1020
1021
1021
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
1022
1022
----------- | ------ | -------- | -------- | --------|-------
You can’t perform that action at this time.
0 commit comments