You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/numbers/about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Consider also that we are only assigning the value of `width` to `length` at the
60
60
Therefore, if the value of `width` changes at a later moment, it will not affect the value taken by `length`.
61
61
62
62
Assignment operator can be combined with the other operators(arithmetic & bitwise) known as `compound assignment` operators `+=`, `-=`, `*=`, `/=`, `%=`.
63
-
These operators modifies the current value of a variable by performing an operation on it.
63
+
These operators modify the current value of a variable by performing an operation on it.
0 commit comments