We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6eaa1 commit 0560b39Copy full SHA for 0560b39
1 file changed
lib/colocated-broccoli-plugin.js
@@ -179,7 +179,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
179
180
jsContents = jsContentsMagic.toString();
181
182
- // It's not clear to me how to format this correctly for coffeescript.
+ // It's unclear how to format the comment correctly for coffeescript.
183
if (!backingClassPath.endsWith('.coffee')) {
184
let file = filePathParts.name + ext;
185
let jsContentsMap = jsContentsMagic.generateMap({
0 commit comments