Skip to content

Commit 94b16b2

Browse files
handrewsralfhandl
andauthored
Fix stray extra paren
Co-authored-by: Ralf Handl <[email protected]>
1 parent 776ac71 commit 94b16b2

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
@@ -2509,7 +2509,7 @@ solely by the existence of a relationship.
25092509
25102510
###### `operationRef` Examples
25112511

2512-
As the `operationId` is an optional field in an [Operation Object](#operation-object)), references MAY instead be made through a URI-reference with `operationRef`.
2512+
As the `operationId` is an optional field in an [Operation Object](#operation-object), references MAY instead be made through a URI-reference with `operationRef`.
25132513
Note that both of these examples reference operations that can be identified via the [Paths Object](#paths-object) to ensure that the operation's path template is unambiguous.
25142514

25152515
A relative URI-reference `operationRef`:

0 commit comments

Comments
 (0)