Merge pull request #7805 from erictleung/fix/decoding-binary-number-question

Change === to == in Decoding Binary Num question
pull/7814/head
Mrugesh Mohapatra 2016-03-30 18:23:24 +05:30
commit 0859edd593
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
],
"tests": [
[
"1 === on and 0 ===off",
"1 == on and 0 == off",
true
],
[