Skip to content

Commit 9adb4aa

Browse files
committed
changed primitive back to string in style example
1 parent 3a8fcbb commit 9adb4aa

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
@@ -798,13 +798,13 @@ deepObject | `object` | `query` | Provides a simple way of rendering nested obje
798798
Assuming a parameter named `color` with one of the following values:
799799

800800
```
801-
primitive -> "blue"
801+
string -> "blue"
802802
array -> ["blue","black","brown"]
803803
object -> { "R" : 100, "G" :200, "B" : 150 }
804804
```
805805
The following table shows examples of how those values would be rendered.
806806

807-
[`style`](#dataTypeFormat) | `explode` | `empty` | `primitive` | `array` | `object`
807+
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
808808
----------- | ------ | -------- | -------- | --------|-------
809809
matrix | false | ;color | ;color=blue | ;color=blue,black,brown | ;color=R,100,G,200,B,150
810810
matrix | true | ;color | ;color=blue | ;color=blue;color=black;color=brown | ;R=100;G=200;B=150

0 commit comments

Comments
 (0)