about summary refs log tree commit diff
path: root/library/std/src/time.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-01-28 16:07:34 -0700
committerMichael Howell <michael@notriddle.com>2023-01-28 16:07:34 -0700
commit2cdec46275a9967952cdaa91a8451eb6dc44bc2c (patch)
tree948bdb80e06d39f4d9d532d027395b2e7d7a4bd4 /library/std/src/time.rs
parent1e225413a21fa69570bd3fefea9eb05e33f8b917 (diff)
downloadrust-2cdec46275a9967952cdaa91a8451eb6dc44bc2c.tar.gz
rust-2cdec46275a9967952cdaa91a8451eb6dc44bc2c.zip
docs: remove colon from time header
It's not used anywhere else; the inconsistency is weird.
Diffstat (limited to 'library/std/src/time.rs')
-rw-r--r--library/std/src/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/time.rs b/library/std/src/time.rs
index ecd06ebf743..acf9c29083f 100644
--- a/library/std/src/time.rs
+++ b/library/std/src/time.rs
@@ -1,6 +1,6 @@
 //! Temporal quantification.
 //!
-//! # Examples:
+//! # Examples
 //!
 //! There are multiple ways to create a new [`Duration`]:
 //!