Skip to content

Commit d8623ec

Browse files
authored
fixes to case & switch - standardizing
1 parent 6d30d42 commit d8623ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

case.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
namespace switchCase {
4+
namespace switchcase {
55

66
/**
77
* Case Block Container

switch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33

4-
namespace switchCase {
4+
namespace switchcase {
55

66
/**
77
* Switch Block Container

0 commit comments

Comments
 (0)