mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-11 19:58:09 +02:00
In the exercise guideline for the Luhn's algorithm (Day 1, Afternoon exercise), I made a correction to step 3 to provide a more accurate explanation. Instead of stating that doubling 7 becomes 14, I clarified that doubling 7 results in 14, and we should sum the individual digits of 14 to get the correct value of 5.