diff --git a/src/lab/exp6/simulation/SwitchCase/index.html b/src/lab/exp6/simulation/SwitchCase/index.html index 4af5361f..433527a8 100644 --- a/src/lab/exp6/simulation/SwitchCase/index.html +++ b/src/lab/exp6/simulation/SwitchCase/index.html @@ -47,7 +47,7 @@
   break;
  case 5 : str = 'Friday';
   break;
-
  case 6 : str = 'Saturday';
+
  case 6 : str = 'Holiday';
   break;
  case 7 : str = 'Sunday';
   break;
@@ -88,4 +88,4 @@ - \ No newline at end of file +