fix(curriculum): Corrected typos of 'mathemathical' to 'mathematical' (#58175)

This commit is contained in:
agilan11 2025-01-16 13:44:23 +05:30 committed by GitHub
parent d7e1ac947c
commit 440df869aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ Perform a mathematical operation without changing the variable's value.
### --feedback--
Think about how to combine mathemathical operations and reassignment.
Think about how to combine mathematical operations and reassignment.
---
@ -34,7 +34,7 @@ Perform two different operations at once.
### --feedback--
Think about how to combine mathemathical operations and reassignment.
Think about how to combine mathematical operations and reassignment.
---
@ -42,7 +42,7 @@ Only perform addition and subtraction in one line of code.
### --feedback--
Think about how to combine mathemathical operations and reassignment.
Think about how to combine mathematical operations and reassignment.
## --video-solution--