diff --git a/en/src/basic-types/numbers.md b/en/src/basic-types/numbers.md index 75e5b1bf..51c7d0df 100644 --- a/en/src/basic-types/numbers.md +++ b/en/src/basic-types/numbers.md @@ -120,7 +120,7 @@ fn main() { ``` ### Range -9. 🌟🌟 Two goals: 1. Modify `assert!` to make it work 2. Make `println!` output: 97 - 122 +9. 🌟🌟 Two goals: 1. Modify `assert!` to make it work 2. Make `println!` output list of numbers between 97 and 122 ```rust,editable fn main() {