Skip to content

Commit d932562

Browse files
committed
Make wording consistent (review feedback)
1 parent 1e3f506 commit d932562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ requestBody:
15671567
$ref: '#/components/schemas/Address'
15681568
```
15691569
1570-
An `encoding` attribute is introduced to give you control over the serialization of parts of `multipart` request bodies. This attribute is _only_ applicable to `multipart` and `application/x-www-form-urlencoded` request bodies.
1570+
An `encoding` attribute is introduced to give you control over the serialization of parts of `multipart` request bodies. This attribute is _only_ applicable to request bodies, and _only_ for `multipart` and `application/x-www-form-urlencoded` media types.
15711571

15721572
#### <a name="encodingObject"></a>Encoding Object
15731573

0 commit comments

Comments
 (0)