From 871e89b3519ae794cc3e7bd9429e1d867eb541fb Mon Sep 17 00:00:00 2001 From: Niv Kaminer Date: Tue, 21 Aug 2018 15:21:58 +0300 Subject: [PATCH] capitalize and punctuate libcore pin module --- src/libcore/pin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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