Skip to content

Commit 1b11296

Browse files
char0nhandrews
authored andcommitted
Editorial change: fix typo in Link Object description
1 parent c817eb7 commit 1b11296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@ For computing links and providing instructions to execute them, a [runtime expre
27732773
This object MAY be extended with [Specification Extensions](#specification-extensions).
27742774

27752775
A linked operation MUST be identified using either an `operationRef` or `operationId`.
2776-
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).
2776+
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).
27772777
Because of the potential for name clashes, the `operationRef` syntax is preferred for multi-document OADs.
27782778
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.
27792779
In such ambiguous cases, the resulting behavior is implementation-defined and MAY result in an error.

0 commit comments

Comments
 (0)