Skip to content

Commit f4927bf

Browse files
handrewsralfhandl
andauthored
Apply suggestions from code review
Co-authored-by: Ralf Handl <ralf.handl@sap.com>
1 parent 62751e7 commit f4927bf

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
@@ -1119,7 +1119,7 @@ examples:
11191119
serializedValue: "%D8%A7%D9%84%D8%AE%D9%88%D8%A7%D8%B1%D8%B2%D9%85%D9%8A%D9%91"
11201120
```
11211121

1122-
An optional query parameter of a integer value, allowing multiple values by repeating the query parameter
1122+
An optional query parameter of a string value, allowing multiple values by repeating the query parameter
11231123
(Note that we use `"%20"` in place of `" "` (space) because that is how RFC6570 handles it; for guidance on using `+` to represent the space character, see [Appendix E](#appendix-e-percent-encoding-and-form-media-types) for more guidance on these escaping options):
11241124

11251125
```yaml
@@ -1138,7 +1138,7 @@ examples:
11381138
serializedValue: "thing=one%20thing&thing=another%20thing"
11391139
```
11401140

1141-
A free-form query parameter, allowing arbitrary parameters of a `type: "integer"`:
1141+
A free-form query parameter, allowing arbitrary parameters of `type: "integer"`:
11421142
11431143
```yaml
11441144
in: query

0 commit comments

Comments
 (0)