Skip to content

Commit e4823c5

Browse files
authored
Update 3.0.2.md
fixed typo
1 parent b168a10 commit e4823c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ Assume a parameter named `color` has one of the following values:
10651065
The following table shows examples of rendering differences for each value.
10661066

10671067
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`
1068-
----------- | ------ | -------- | -------- | --------|-------
1068+
----------- | ------ | -------- | -------- | -------- | -------
10691069
matrix | false | ;color | ;color=blue | ;color=blue,black,brown | ;color=R,100,G,200,B,150
10701070
matrix | true | ;color | ;color=blue | ;color=blue;color=black;color=brown | ;R=100;G=200;B=150
10711071
label | false | . | .blue | .blue.black.brown | .R.100.G.200.B.150

0 commit comments

Comments
 (0)