Skip to content

Commit

Permalink
Fix JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 7, 2024
1 parent c6fdc80 commit f91e407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/support/src/mixins/decorators/Mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { DeDupe } from "./DeDupe";
/**
* Decorates given mixin to add deduplication, application caching, and instance of support
*
* @param {Mixin} mixin
* @param {MixinFunction} mixin
*
* @returns {Mixin}
* @returns {MixinFunction}
*/
export const Mixin = function(mixin: MixinFunction): MixinFunction
{
Expand Down

0 comments on commit f91e407

Please sign in to comment.