summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2019-09-17 20:02:48 +0900
committerGitHub <noreply@github.com>2019-09-17 20:02:48 +0900
commita22e9ee8d0801f9738533b76a492e94065767cbc (patch)
tree76758edb7599c350c5d50b9353674cf1b7cf86cd /src/libcore
parent522f4e1f3e69a29ab3772df877f2e2e30f986256 (diff)
downloadrust-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.rs2
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;