Fix instructions.
authorLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Tue, 14 May 2024 08:02:29 +0000 (10:02 +0200)
committerLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Tue, 14 May 2024 08:02:29 +0000 (10:02 +0200)
exercises/04_traits/08_from/src/lib.rs

index cc6f5b1..7f082ab 100644 (file)
@@ -1,4 +1,4 @@
-// TODO: Implement the `From` trait for the `WrappingU32` type to make `example` compile.
+// TODO: Implement the `From` trait for the `u32` type to make `example` compile.
 
 pub struct WrappingU32 {
     value: u32,