diff --git a/src/welcome-day-2.md b/src/welcome-day-2.md index 7eed08f2..62b48fc3 100644 --- a/src/welcome-day-2.md +++ b/src/welcome-day-2.md @@ -4,7 +4,7 @@ Now that we have seen a fair amount of Rust, we will continue with: * Structs, enums, methods. -* Pattern matching: destructering enums, structs, and arrays. +* Pattern matching: destructuring enums, structs, and arrays. * Control flow constructs: `if`, `if let`, `while`, `while let`, `break`, and `continue`.