Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jan 26, 2023
1 parent 236d04b commit 3407a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colocated-broccoli-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {

jsContents = jsContentsMagic.toString();

// It's not clear to me how to format this correctly for coffeescript.
// It's unclear how to format the comment correctly for coffeescript.
if (!backingClassPath.endsWith('.coffee')) {
let file = filePathParts.name + ext;
let jsContentsMap = jsContentsMagic.generateMap({
Expand Down

0 comments on commit 3407a9b

Please sign in to comment.