Skip to content

Commit

Permalink
fix: examplePairingObject had a bad link for result
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Apr 24, 2024
1 parent 0e08a5c commit 0d6a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Field Name | Type | Description
<a name="example-pairing-description"></a>description | `string` | A verbose explanation of the example pairing.
<a name="example-pairing-summary"></a>summary | `string` | Short description for the example pairing.
<a name="example-pairing-params"></a>params | [[Example Object](#example-object) \| [Reference Object](#reference-object)] | **REQUIRED** Example parameters.
<a name="example-result"></a>result | [Example Object](#example-object) \| [Reference Object](#reference-object) | Example result. When undefined, the example pairing represents usage of the method as a notification.
<a name="example-pairing-result"></a>result | [Example Object](#example-object) \| [Reference Object](#reference-object) | Example result. When not provided, the example pairing represents usage of the method as a notification.

This object MAY be extended with [Specification Extensions](#specification-extensions).

Expand Down

0 comments on commit 0d6a152

Please sign in to comment.