Skip to content

Commit e8f38a0

Browse files
authored
Rollup merge of rust-lang#94671 - csmoe:pin-typo, r=m-ou-se
fix pin doc typo r? `@m-ou-se`
2 parents c2d2f6f + bf08933 commit e8f38a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/pin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ impl<P, U> DispatchFromDyn<Pin<U>> for Pin<P> where P: DispatchFromDyn<U> {}
954954
/// stuff(pin!(Foo { /* … */ }));
955955
/// ```
956956
///
957-
/// ### Manually polling a `Future` (wihout `Unpin` bounds)
957+
/// ### Manually polling a `Future` (without `Unpin` bounds)
958958
///
959959
/// ```rust
960960
/// #![feature(pin_macro)]

0 commit comments

Comments
 (0)