Skip to content

Commit 0560b39

Browse files
committed
Tweak comment
1 parent db6eaa1 commit 0560b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/colocated-broccoli-plugin.js

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

180180
jsContents = jsContentsMagic.toString();
181181

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

0 commit comments

Comments
 (0)