diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-09-17 20:02:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-17 20:02:48 +0900 |
| commit | a22e9ee8d0801f9738533b76a492e94065767cbc (patch) | |
| tree | 76758edb7599c350c5d50b9353674cf1b7cf86cd /src/libcore | |
| parent | 522f4e1f3e69a29ab3772df877f2e2e30f986256 (diff) | |
| download | rust-a22e9ee8d0801f9738533b76a492e94065767cbc.tar.gz rust-a22e9ee8d0801f9738533b76a492e94065767cbc.zip | |
Update src/libcore/pin.rs
Co-Authored-By: Ralf Jung <post@ralfj.de>
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/pin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/pin.rs b/src/libcore/pin.rs index e8d63b8c313..1dc6d54b08a 100644 --- a/src/libcore/pin.rs +++ b/src/libcore/pin.rs @@ -587,7 +587,7 @@ impl<P: DerefMut> Pin<P> { /// /// This method is useful when doing multiple calls to functions that consume the pinned type. /// - /// # Examples + /// # Example /// /// ``` /// use std::pin::Pin; |
