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 236d04b commit 3407a9bCopy full SHA for 3407a9b
lib/colocated-broccoli-plugin.js
@@ -175,7 +175,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
175
176
jsContents = jsContentsMagic.toString();
177
178
- // It's not clear to me how to format this correctly for coffeescript.
+ // It's unclear how to format the comment correctly for coffeescript.
179
if (!backingClassPath.endsWith('.coffee')) {
180
let file = filePathParts.name + ext;
181
let jsContentsMap = jsContentsMagic.generateMap({
0 commit comments