diff --git a/src/hello-world.md b/src/hello-world.md index 6c53af6e..90988d46 100644 --- a/src/hello-world.md +++ b/src/hello-world.md @@ -15,4 +15,4 @@ What you see: * Blocks are delimited by curly braces like in C and C++. * The `main` function is the entry point of the program. * Rust has hygienic macros, `println!` is an example of this. -* Rust strings can contain Unicode characters, such as emoji. +* Rust strings are UTF-8 encoded and can contain any Unicode character.