diff --git a/MovingCode/WhatIsMoveMethodRefactoring/FindMoreAppropriateClassesForMethodsPractice/task.md b/MovingCode/WhatIsMoveMethodRefactoring/FindMoreAppropriateClassesForMethodsPractice/task.md index 05feb32..09e720c 100644 --- a/MovingCode/WhatIsMoveMethodRefactoring/FindMoreAppropriateClassesForMethodsPractice/task.md +++ b/MovingCode/WhatIsMoveMethodRefactoring/FindMoreAppropriateClassesForMethodsPractice/task.md @@ -1,6 +1,6 @@ ### Task -Next, you need to move methods to a more appropriate place using move refactoring. +Next, you need to move methods to a more appropriate place using the Move refactoring technique. Move some methods from one class to another. ### Hints @@ -13,6 +13,6 @@ Use the F6 shortcut to move a code element.
-Move `start()` and `stop()` methods to the `Car` class. +Move the `start()` and `stop()` methods to the `Car` class.