mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-08 02:26:14 +02:00
Merge pull request #20 from lonesometraveler/typo
typo: assigment -> assignment
This commit is contained in:
commit
d80b91b3fd
@ -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 `/* ...
|
* Line comments are started with `//`, block comments are delimited by `/* ...
|
||||||
*/`.
|
*/`.
|
||||||
* Keywords like `if` and `while` work the same.
|
* 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 `==`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user