Skip to content

Commit abd4485

Browse files
handrewsralfhandl
andauthored
Fix grammar (review feedback)
Co-authored-by: Ralf Handl <[email protected]>
1 parent 6a0ed25 commit abd4485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,8 +2086,8 @@ Because of the potential for name clashes, the `operationRef` syntax is preferre
20862086
for specifications with external references.
20872087

20882088
Note that it is not possible to provide a constant value to `parameters` that matches the syntax of a runtime expression.
2089-
It is possible to have an ambiguous parameter names, e.g. `name: id, in: path` and `name: path.id, in: query`; this is NOT RECOMMENDED and the behavior is implementation-defined, however implementations SHOULD prefer the qualified interpretation (`path.id` as a path parameter), as the names can always be qualified to disambiguate them (e.g. using `query.path.id` for the query paramter).
2090-
I
2089+
It is possible to have ambiguous parameter names, e.g. `name: id, in: path` and `name: path.id, in: query`; this is NOT RECOMMENDED and the behavior is implementation-defined, however implementations SHOULD prefer the qualified interpretation (`path.id` as a path parameter), as the names can always be qualified to disambiguate them (e.g. using `query.path.id` for the query paramter).
2090+
20912091
##### Examples
20922092

20932093
Computing a link from a request operation where the `$request.path.id` is used to pass a request parameter to the linked operation.

0 commit comments

Comments
 (0)