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