diff --git a/src/fn/hof.md b/src/fn/hof.md index 88918cb522..9be5b41fec 100644 --- a/src/fn/hof.md +++ b/src/fn/hof.md @@ -10,7 +10,7 @@ fn is_odd(n: u32) -> bool { } fn main() { - println!("Find the sum of all the squared odd numbers under 1000"); + println!("Find the sum of all the numbers with odd squares under 1000"); let upper = 1000; // Imperative approach