mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-28 18:11:07 +02:00
typo: hygenic -> hygienic
This commit is contained in:
parent
a6b5c7171d
commit
b411aa688a
@ -14,5 +14,5 @@ What you see:
|
||||
* Functions are introduced with `fn`.
|
||||
* Blocks are delimited by curly braces like in C and C++.
|
||||
* The `main` function is the entry point of the program.
|
||||
* Rust has hygenic macros, `println!` is an example of this.
|
||||
* Rust has hygienic macros, `println!` is an example of this.
|
||||
* Rust strings can contain Unicode characters, such as emoji.
|
||||
|
Loading…
Reference in New Issue
Block a user