Skip to content

Commit 2dcd87d

Browse files
authored
Merge pull request #4266 from char0n/char0n/refereced-typo
Editorial change: fix typo in Link Object description
2 parents c15db13 + 7cd34d2 commit 2dcd87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ For computing links and providing instructions to execute them, a [runtime expre
23862386
This object MAY be extended with [Specification Extensions](#specification-extensions).
23872387

23882388
A linked operation MUST be identified using either an `operationRef` or `operationId`.
2389-
The identified or reference operation MUST be unique, and in the case of an `operationId`, it MUST be resolved within the scope of the OpenAPI Description (OAD).
2389+
The identified or referenced operation MUST be unique, and in the case of an `operationId`, it MUST be resolved within the scope of the OpenAPI Description (OAD).
23902390
Because of the potential for name clashes, the `operationRef` syntax is preferred for multi-document OADs.
23912391
However, because use of an operation depends on its URL path template in the [Paths Object](#paths-object), operations from any [Path Item Object](#path-item-object) that is referenced multiple times within the OAD cannot be resolved unambiguously.
23922392
In such ambiguous cases, the resulting behavior is implementation-defined and MAY result in an error.

0 commit comments

Comments
 (0)