Merge pull request #23 from YenForYang/patch-1

Fix typo
This commit is contained in:
Carl Fredrik Samson
2020-12-11 00:27:55 +01:00
committed by GitHub

View File

@@ -557,7 +557,7 @@ code.
"read only" memory or anything fancy. It only uses the type system to prevent
certain operations on this value.
1. Most standard library types implement `Unpin`. The same goes for most
4. Most standard library types implement `Unpin`. The same goes for most
"normal" types you encounter in Rust. `Future`s and `Generator`s are two
exceptions.