mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-27 01:27:37 +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`.
|
* Functions are introduced with `fn`.
|
||||||
* Blocks are delimited by curly braces like in C and C++.
|
* Blocks are delimited by curly braces like in C and C++.
|
||||||
* The `main` function is the entry point of the program.
|
* 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.
|
* Rust strings can contain Unicode characters, such as emoji.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user