Skip to content

Commit

Permalink
chore(scripts): fix inline comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 27, 2023
1 parent 58c9709 commit 930f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/license-checker.js
Expand Up @@ -46,7 +46,7 @@ async function checkLicenses() {
"LGPL-3.0+",
];

// merge copyleft licenses with deprecated licenses list
// Merge copyleft licenses with deprecated licenses list
copyLeftLicenses.push(...deprecatedLicenseList);

const licenses = await init({
Expand Down

0 comments on commit 930f92d

Please sign in to comment.