Skip to content

Commit e8bde95

Browse files
authored
fix(curriculum): use lower case int in Code-related Concepts and Terms (freeCodeCamp#60695)
1 parent 777c682 commit e8bde95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-use-code-related-concepts-and-terms/6630e965a9e9c46e8b5a3ee2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Decimal numbers
2929

3030
### --feedback--
3131

32-
`Int` is used for whole numbers, not for numbers with decimal parts.
32+
`int` is used for whole numbers, not for numbers with decimal parts.
3333

3434
---
3535

3636
Textual information
3737

3838
### --feedback--
3939

40-
`Int` represents whole numbers, not text. `String` is used for textual information.
40+
`int` represents whole numbers, not text.
4141

4242
---
4343

@@ -49,7 +49,7 @@ Images or graphics
4949

5050
### --feedback--
5151

52-
`Int` is for storing numerical values, not for images or graphics.
52+
`int` is for storing numerical values, not for images or graphics.
5353

5454
## --video-solution--
5555

0 commit comments

Comments
 (0)