mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 17:03:30 -05:00
fix(curriculum): use lower case int in Code-related Concepts and Terms (#60695)
This commit is contained in:
@@ -29,7 +29,7 @@ Decimal numbers
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Int` is used for whole numbers, not for numbers with decimal parts.
|
||||
`int` is used for whole numbers, not for numbers with decimal parts.
|
||||
|
||||
---
|
||||
|
||||
@@ -37,7 +37,7 @@ Textual information
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Int` represents whole numbers, not text. `String` is used for textual information.
|
||||
`int` represents whole numbers, not text.
|
||||
|
||||
---
|
||||
|
||||
@@ -49,7 +49,7 @@ Images or graphics
|
||||
|
||||
### --feedback--
|
||||
|
||||
`Int` is for storing numerical values, not for images or graphics.
|
||||
`int` is for storing numerical values, not for images or graphics.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user