Merge pull request #2443 from emek/minor-text-fix

Fix mismatched alert text
This commit is contained in:
Ilya Kantor 2021-01-21 22:52:29 +03:00 committed by GitHub
commit b462bdd1d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" );