1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-04 23:50:18 +02:00

typo: assigment -> assignment

This commit is contained in:
Kentaro Okuda 2022-12-21 19:45:02 -05:00
parent b411aa688a
commit 62f530d5ac

View File

@ -6,4 +6,4 @@ Much of the Rust syntax will be familiar to you from C or C++:
* Line comments are started with `//`, block comments are delimited by `/* ...
*/`.
* Keywords like `if` and `while` work the same.
* Variable assigment is done with `=`, comparison is done with `==`.
* Variable assignment is done with `=`, comparison is done with `==`.