mirror of
https://github.com/nkbai/book.git
synced 2026-09-01 04:07:52 +08:00
Fix typo in c-tips ("varity" -> "variety")
This commit is contained in:
@@ -6,7 +6,7 @@ highlight how things you might already be used to in C are different in Rust.
|
||||
|
||||
## Preprocessor
|
||||
|
||||
In embedded C it is very common to use the preprocessor for a varity of
|
||||
In embedded C it is very common to use the preprocessor for a variety of
|
||||
purposes, such as:
|
||||
|
||||
* Compile-time selection of code blocks with `#ifdef`
|
||||
|
||||
Reference in New Issue
Block a user