Skip to content

Commit db102cb

Browse files
authored
Fix minor typo error: delete blank
1 parent 340ce43 commit db102cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/09-comparison/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example:
2626
alert( 2 > 1 ); // true (correct)
2727
alert( 2 == 1 ); // false (wrong)
2828
alert( 2 != 1 ); // true (correct)
29-
```
29+
```
3030

3131
A comparison result can be assigned to a variable, just like any value:
3232

0 commit comments

Comments
 (0)