Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Mar 8, 2024
1 parent 13e2c4e commit 99217a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const BASE_URL = 'https://github.com/MetaMask/';
* `workspace-name`.
*
* @param {Workspace} workspace - The workspace.
* @return {string} The name of the workspace.
* @returns {string} The name of the workspace.
*/
function getWorkspaceName(workspace) {
return basename(workspace.ident);
Expand Down

0 comments on commit 99217a4

Please sign in to comment.