Skip to content

Commit ea3d179

Browse files
authored
Merge pull request #1981 from leviding/patch-13
Fix minor typo error: delete blank
2 parents da9849d + db102cb commit ea3d179

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)