Skip to content

Commit b5ce9e2

Browse files
committed
improve wording of style example table
"serialization" matches other discussions, "rendering" does not.
1 parent 3f8b735 commit b5ce9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ Assume a parameter named `color` has one of the following values:
11081108
array -> ["blue","black","brown"]
11091109
object -> { "R": 100, "G": 200, "B": 150 }
11101110
```
1111-
The following table shows examples of rendering differences for each value.
1111+
The following table shows examples of the different serializations for each value.
11121112
The examples are percent-encoded as required by RFC6570 and RFC3986; see [Appendix E](#percentEncodingAndFormMediaTypes) for a thorough discussion of percent-encoding concerns, including why unencoded `|` (`%7C`), `[` (`%5B`), and `]` (`%5D`) seem to work in some environments despite not being compliant.
11131113

11141114
[`style`](#dataTypeFormat) | `explode` | `empty` | `string` | `array` | `object`

0 commit comments

Comments
 (0)