Skip to content

Commit 9e03421

Browse files
committed
Review feedback.
1 parent ee1021a commit 9e03421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ In some cases, such as inserting `/` into path parameter values, doing so is [ex
12161216

12171217
See also:
12181218

1219-
* [Appendix C](#appendix-c-using-rfc6570-based-serialization) for guidance on using or simulating RFC6570 implementations.
1219+
* [Appendix C](#appendix-c-using-rfc6570-based-serialization) for guidance on using or simulating/extending RFC6570 implementations.
12201220
* [Appendix D](#appendix-d-serializing-headers-and-cookies) for guidance on percent-encoding and cookies, as well as other escaping approaches for headers and cookies.
12211221
* [Appendix E](#appendix-e-percent-encoding-and-form-media-types) for a thorough discussion of percent-encoding options, compatibility, and handling OAS-defined delimiters that are not allowed by RFC3986.
12221222

@@ -1332,7 +1332,7 @@ examples:
13321332
"greeting": "Hello%2C world!",
13331333
"code": 42
13341334
}
1335-
serializedValue: "greeting=Hello%2C world!; code: 42"
1335+
serializedValue: "greeting=Hello%2C world!; code=42"
13361336
```
13371337
13381338
A cookie parameter relying on the percent-encoding behavior of the default `style: "form"`:

0 commit comments

Comments
 (0)