diff --git a/src/4_pin.md b/src/4_pin.md index 183a647..c87a543 100644 --- a/src/4_pin.md +++ b/src/4_pin.md @@ -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.