diff --git a/exercises/practice/reverse-string/.approaches/introduction.md b/exercises/practice/reverse-string/.approaches/introduction.md index 20715c8f..0a4f1987 100644 --- a/exercises/practice/reverse-string/.approaches/introduction.md +++ b/exercises/practice/reverse-string/.approaches/introduction.md @@ -37,7 +37,7 @@ For more details, go to the [Looping approach][app-loop]. ## Which approach to use? Calling out to `rev` makes this exercise extremely trivial. -In a work environment, it's exactly the approach to take. +In a production environment, it's exactly the right approach to take. If you're interested in learning about bash loops and parameter expansion, experimenting with the loop approach is more interesting.