diff options
| author | Niv Kaminer <nivkner@zoho.com> | 2018-08-21 15:21:58 +0300 |
|---|---|---|
| committer | Niv Kaminer <nivkner@zoho.com> | 2018-08-23 02:13:01 +0300 |
| commit | 871e89b3519ae794cc3e7bd9429e1d867eb541fb (patch) | |
| tree | 922139a700106b9b8cddcfeb16d4690db40a9d28 | |
| parent | 1304cee86244a8cad0d7547a56fcad50a2b73916 (diff) | |
| download | rust-871e89b3519ae794cc3e7bd9429e1d867eb541fb.tar.gz rust-871e89b3519ae794cc3e7bd9429e1d867eb541fb.zip | |
capitalize and punctuate libcore pin module
| -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 e5784ca213f..380330d2eb1 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 |
