Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/concept/freelancer-rates/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down