fix(curriculum): move punctuation mark outside of backticks (#62159)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Dev Arora
2025-09-12 02:11:11 +05:30
committed by GitHub
parent 28f7417bdf
commit 5778e67282
@@ -150,7 +150,7 @@ Think about how `undefined` behaves in different types of comparisons.
---
`undefined < 0` evaluates to `true.`
`undefined < 0` evaluates to `true`.
### --feedback--