diff --git a/exercises/change/instructions.md b/exercises/change/instructions.md index 8d59ce256..5887f4cb6 100644 --- a/exercises/change/instructions.md +++ b/exercises/change/instructions.md @@ -1,6 +1,6 @@ # Instructions -Correctly determine the fewest number of coins to be given to a customer such that the sum of the coins' value would equal the correct amount of change. +Determine the fewest number of coins to give a customer so that the sum of their values equals the correct amount of change. ## Examples