Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/01_intro/01_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ If there are multiple input parameters, they must be separated with commas.

### Type annotations

Since we've been mentioned "types" a few times, let's state it clearly: Rust is a **statically typed language**.\
Since we've mentioned "types" a few times, let's state it clearly: Rust is a **statically typed language**.\
Every single value in Rust has a type and that type must be known to the compiler at compile-time.

Types are a form of **static analysis**.\
Expand Down