Fix incorrect sentence (#20315)

Fix error in sentence structure
This commit is contained in:
Cameron Burkholder
2018-10-18 21:20:04 -04:00
committed by Aditya
parent 919eaf777a
commit 934fb7ae60

View File

@ -4,7 +4,7 @@ title: Assignment Operators
# Assignment Operators # Assignment Operators
Assignment operators, as the name suggests, assign (or re-assign) values to a variable. While there are quite a few variations on the assignment operators, they all build off of the basic assignment operator. Assignment operators, as the name suggests, assign (or re-assign) values to a variable. While there are quite a few variations of assignment operators, they all build off of the basic assignment operator.
## Syntax ## Syntax