fix: consolidate misc comments (#39583)

This commit is contained in:
Randell Dawson
2020-09-16 11:29:50 -07:00
committed by GitHub
parent bdc29c2e49
commit 30c61b808b
3 changed files with 4 additions and 5 deletions

View File

@ -55,7 +55,7 @@ tests:
<div id='js-seed'>
```js
var myStr; // Only change this line
var myStr; // Change this line
```

View File

@ -60,6 +60,8 @@ ReactDOM.render(
);
*/
// Only change code below this line
```
</div>

View File

@ -43,9 +43,7 @@ tests:
<div id='html-seed'>
```html
// The main.scss file
<!-- The main.scss file -->
```
@ -60,7 +58,6 @@ tests:
<section id='solution'>
```html
// The main.scss file
@import 'variables'
```