Skip to content

Commit 3407a9b

Browse files
committed
Tweak comment
1 parent 236d04b commit 3407a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/colocated-broccoli-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
175175

176176
jsContents = jsContentsMagic.toString();
177177

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

0 commit comments

Comments
 (0)