We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4862317 + 892b69a commit fc5c7e2Copy full SHA for fc5c7e2
1 file changed
versions/3.0.md
@@ -1008,14 +1008,14 @@ deepObject | `object` | `query` | Provides a simple way of rendering nested obje
1008
1009
##### Style Examples
1010
1011
-Assuming a parameter named `color` with one of the following values:
+Assume a parameter named `color` has one of the following values:
1012
1013
```
1014
string -> "blue"
1015
array -> ["blue","black","brown"]
1016
object -> { "R": 100, "G": 200, "B": 150 }
1017
1018
-The following table shows examples of how those values would be rendered.
+The following table shows examples of rendering differences for each value.
1019
1020
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
1021
----------- | ------ | -------- | -------- | --------|-------
0 commit comments