Skip to content

Commit 76644f0

Browse files
handrewsralfhandl
andauthored
Consistent formatting (review feedback)
Co-authored-by: Ralf Handl <[email protected]>
1 parent 7304cd6 commit 76644f0

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
@@ -2079,7 +2079,7 @@ Keys and values for `parameters` have multiple syntaxes:
20792079

20802080
Certain keys and values for `parameters` can be ambiguous, in which case their handling is implementation-defined as it was not spelled out in earlier versions of OAS 3.0. However, it is RECOMMENDED that:
20812081

2082-
* Keys that match unqualified parameter names be treated as those names, as a parameter that is (confusingly) named to appear qualified (e.g. `path\.id`) can be qualified to disambiguate it (e.g. `path\.path\.id`)
2082+
* Keys that match unqualified parameter names be treated as those names, as a parameter that is (confusingly) named to appear qualified (e.g. `path.id`) can be qualified to disambiguate it (e.g. `path.path.id`).
20832083
* Values that are valid runtime expressions be handled as runtime expressions, although this means that it is not possible to pass a literal value that looks like a runtime expression
20842084

20852085
##### Examples

0 commit comments

Comments
 (0)