diff --git a/exercises/concept/freelancer-rates/.docs/introduction.md b/exercises/concept/freelancer-rates/.docs/introduction.md index 83c6c141..7b8440d2 100644 --- a/exercises/concept/freelancer-rates/.docs/introduction.md +++ b/exercises/concept/freelancer-rates/.docs/introduction.md @@ -44,7 +44,7 @@ When one of the involved types is a floating-point type, the result will also be ## Assignment operator -The assignment operator assigns a variable with a literal. +The assignment operator assigns a variable with a value. Always takes place from right to left, and never the other way around. ```cpp