Fix mismatched alert text

This commit is contained in:
Emek Türkeli 2021-01-16 19:39:08 +03:00
parent 3a0b3f4e31
commit 9e1d5315ad

View file

@ -47,7 +47,7 @@ switch (a) {
break;
*/!*
case 5:
alert( 'Too large' );
alert( 'Too big' );
break;
default:
alert( "I don't know such values" );