diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-use-code-related-concepts-and-terms/6630e965a9e9c46e8b5a3ee2.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-use-code-related-concepts-and-terms/6630e965a9e9c46e8b5a3ee2.md index 71b140762e1..d18d089d66d 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-use-code-related-concepts-and-terms/6630e965a9e9c46e8b5a3ee2.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-use-code-related-concepts-and-terms/6630e965a9e9c46e8b5a3ee2.md @@ -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--