1
0
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:
Tom Niget 2022-12-21 21:26:23 +01:00 committed by Andrew Walbran
parent a6b5c7171d
commit b411aa688a

View File

@ -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.