Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Mar 3, 2021
1 parent 3ca9971 commit 1cca9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dfn-finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function findDfn(defn, name, { parent = "" } = {}) {
}

/**
* @param {string} type
* @param {{ type: string, arguments: any[] }} idlAst
* @param {string} parent
* @param {string} name
*/
Expand Down

0 comments on commit 1cca9b8

Please sign in to comment.