Skip to content

Commit 892b69a

Browse files
committed
Edit Style Examples in Parameter Locations
1 parent e6ec613 commit 892b69a

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
@@ -1009,14 +1009,14 @@ deepObject | `object` | `query` | Provides a simple way of rendering nested obje
10091009

10101010
##### Style Examples
10111011

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

10141014
```
10151015
string -> "blue"
10161016
array -> ["blue","black","brown"]
10171017
object -> { "R": 100, "G": 200, "B": 150 }
10181018
```
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.
10201020

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

0 commit comments

Comments
 (0)