Skip to content

Commit

Permalink
docs: Removed object and added semicolon
Browse files Browse the repository at this point in the history
BREAKING CHANGE: N
  • Loading branch information
codingwithmanny authored and codingwithmanny committed Jan 2, 2023
1 parent ff7cf33 commit 820f036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate-open-rpc-document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class OpenRPCDocumentValidationError implements Error {
*
* const result = validateOpenRPCDocument(badOpenRPCDocument);
* if (result !== true) {
* console.error({ error: result })
* console.error(result);
* }
* ```
*
Expand Down

0 comments on commit 820f036

Please sign in to comment.