You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/practice/luhn-trait/.docs/instructions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,4 @@ In "Luhn: Using the From Trait" you implemented a From trait, which also require
20
20
21
21
Instead of creating a Struct just to perform the validation, what if you validated the primitives (i.e, String, u8, etc.) themselves?
22
22
23
-
In this exercise you'll create and implement a custom [trait](https://doc.rust-lang.org/book/2018-edition/ch10-02-traits.html) that performs the validation.
23
+
In this exercise you'll create and implement a custom [trait](https://doc.rust-lang.org/book/ch10-02-traits.html) that performs the validation.
0 commit comments