Skip to content

Commit a22e9ee

Browse files
taiki-eRalfJung
andauthored
Update src/libcore/pin.rs
Co-Authored-By: Ralf Jung <[email protected]>
1 parent 522f4e1 commit a22e9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/pin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ impl<P: DerefMut> Pin<P> {
587587
///
588588
/// This method is useful when doing multiple calls to functions that consume the pinned type.
589589
///
590-
/// # Examples
590+
/// # Example
591591
///
592592
/// ```
593593
/// use std::pin::Pin;

0 commit comments

Comments
 (0)