Skip to content

Commit 911bf18

Browse files
authored
Merge pull request #81 from IanWitham/patch-1
Update article.md to fix typo
2 parents 31d3057 + 75fc2c5 commit 911bf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ alert( 0 === false ); // false, because the types are different
136136

137137
There also exists a "strict non-equality" operator `!==`, as an analogy for `!=`.
138138

139-
The string equality check operator is a bit longer to write, but makes it obvious what's going on and leaves less space for errors.
139+
The strict equality check operator is a bit longer to write, but makes it obvious what's going on and leaves less space for errors.
140140

141141
## Comparison with null and undefined
142142

0 commit comments

Comments
 (0)