Skip to content

Commit 66d0813

Browse files
committed
Update constants.c
1 parent 5e3709f commit 66d0813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c/basics/constants.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// OUTSIDE SCOPE: define constants
1+
// outside scope: define constants
22
#define LENGTH 10
33
#define WIDTH 5
44

5-
// INSIDE SCOPE: define constants
5+
// inside scope: define constants
66
const int LENGTH = 10;
77
const int WIDTH = 5;

0 commit comments

Comments
 (0)