We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d174173 commit 1cd1ddbCopy full SHA for 1cd1ddb
src/libcore/pin.rs
@@ -25,7 +25,7 @@
25
//! values.
26
//!
27
//! However, these restrictions are usually not necessary. Many types are always freely
28
-//! movable. These types implement the [`Unpin`] auto-trait, which nullifies the affect
+//! movable. These types implement the [`Unpin`] auto-trait, which nullifies the effect
29
//! of [`Pin`]. For `T: Unpin`, `Pin<Box<T>>` and `Box<T>` function identically, as do
30
//! `Pin<&mut T>` and `&mut T`.
31
0 commit comments