diff --git a/exercises/14/parameters/README.md b/exercises/14/parameters/README.md index dd62afc..b794f90 100644 --- a/exercises/14/parameters/README.md +++ b/exercises/14/parameters/README.md @@ -1,6 +1,6 @@ [< Back](../README.md) -# Exercise: Pay with parameter passing +# Exercise: Play with parameter passing In this exercise we will look together at what happens when we change a reference parameter to a value or a const reference.