diff --git a/src/ch04-ownership/what-is-it.md b/src/ch04-ownership/what-is-it.md index eb86a40..7e7166a 100644 --- a/src/ch04-ownership/what-is-it.md +++ b/src/ch04-ownership/what-is-it.md @@ -60,7 +60,7 @@ of the statement body. In fact, you can introduce an unnamed scope using a brace { const auto x = 5; - // do stuck with x + // do stuff with x } // x out of scope ``` @@ -134,4 +134,3 @@ $ return 0; $} // --snip-- ``` -