From 2cdec46275a9967952cdaa91a8451eb6dc44bc2c Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Sat, 28 Jan 2023 16:07:34 -0700 Subject: [PATCH] docs: remove colon from time header It's not used anywhere else; the inconsistency is weird. --- library/std/src/time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`]: //!