Fix typo in c-tips ("varity" -> "variety")

This commit is contained in:
krepl
2019-02-11 21:17:13 -05:00
committed by GitHub
parent bd2778f304
commit 87e15208a3

View File

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