Skip to content

Commit 1251fb5

Browse files
handrewsralfhandl
andauthored
Consistent punctuation in list (review feedback)
Co-authored-by: Ralf Handl <[email protected]>
1 parent 76644f0 commit 1251fb5

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

20822082
* 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`).
2083-
* 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
2083+
* 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
20862086

0 commit comments

Comments
 (0)