Skip to content
Open
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 src/reference/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Consider the following example:
Anybody with a reasonable understanding of maths will rightly expect the
result to be 7 because `2 ✖️ 2` will be evaluated first.

However, what if we wanted `3 ➕ 2` to be evaluated first and add 2 to the
However, what if we wanted `3 ➕ 2` to be evaluated first and multiply 2 to the
result of that? Thisis what grouping is for.

Grouping allows you specify that the result of an operation is to be evaluated
Expand Down