rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
52.69k stars 10.02k forks source link

Updated name of variable name in hint #2037

Closed jaads closed 2 months ago

jaads commented 2 months ago

In the exercise iterators2, one variable was renamed from c to chars. In this PR I reflected this change within the hints for this exercise.

This is the related exercise: https://github.com/rust-lang/rustlings/blob/c793416495b3e015cbd4fb5ea23070aad8611614/exercises/18_iterators/iterators2.rs#L6-L12

mo8it commented 2 months ago

Thanks :D