fix: consolidate misc comments (#39583)
This commit is contained in:
@ -55,7 +55,7 @@ tests:
|
||||
<div id='js-seed'>
|
||||
|
||||
```js
|
||||
var myStr; // Only change this line
|
||||
var myStr; // Change this line
|
||||
|
||||
```
|
||||
|
||||
|
@ -60,6 +60,8 @@ ReactDOM.render(
|
||||
);
|
||||
*/
|
||||
|
||||
// Only change code below this line
|
||||
|
||||
```
|
||||
|
||||
</div>
|
||||
|
@ -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'
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user