diff --git a/src/libcore/pin.rs b/src/libcore/pin.rs index e5784ca213f8..380330d2eb1b 100644 --- a/src/libcore/pin.rs +++ b/src/libcore/pin.rs @@ -10,7 +10,7 @@ //! Types which pin data to its location in memory //! -//! see the [standard library module] for more information +//! See the [standard library module] for more information. //! //! [standard library module]: ../../std/pin/index.html