You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-28 11:31:32 +02:00
Fix typo on Luhn exercise
This commit is contained in:
@ -14,7 +14,7 @@ following to validate the credit card number:
|
||||
|
||||
* Sum all the undoubled and doubled digits.
|
||||
|
||||
* The credit card number is valid if the sum is ends with `0`.
|
||||
* The credit card number is valid if the sum ends with `0`.
|
||||
|
||||
Copy the following code to <https://play.rust-lang.org/> and implement the
|
||||
function:
|
||||
|
Reference in New Issue
Block a user