fix(curriculum): correct capitalization in Task 9 data types challenge (#67570)

This commit is contained in:
ShivangSKonde
2026-05-24 17:39:03 +05:30
committed by GitHub
parent b0a6be3fe7
commit b9b6db0330
@@ -12,7 +12,7 @@ lang: en-US
The verb `to store` in programming refers to the act of keeping or saving data so that it can be used later. Choosing the right data types is critical because it influences how information is `stored` and used in a program.
Different data types are suited for different kinds of information, like text, numbers, or boolean values. For example, To `store` text, a programmer might use the data type `string`.
Different data types are suited for different kinds of information, like text, numbers, or boolean values. For example, to `store` text, a programmer might use the data type `string`.
# --fillInTheBlank--