Skip to content

Commit d7c2563

Browse files
authored
Rollup merge of #94671 - csmoe:pin-typo, r=m-ou-se
fix pin doc typo r? `@m-ou-se`
2 parents 63ce2f7 + 7e18b02 commit d7c2563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/pin.rs

Lines changed: 1 addition & 1 deletion
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)