Skip to content

Commit

Permalink
fix(rulesets): add JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Oct 5, 2022
1 parent 59587ac commit baa7c5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type HaveTraits = { traits?: any[] } & Record<string, any>;
/**
* A function used to merge traits defined for the given object from the AsyncAPI document.
* It uses the [JSON Merge Patch](https://www.rfc-editor.org/rfc/rfc7386).
*
*
* @param data An object with the traits
* @returns Merged object
*/
Expand Down

0 comments on commit baa7c5e

Please sign in to comment.