]> git.lizzy.rs Git - rust.git/commitdiff
docs: remove colon from time header
authorMichael Howell <michael@notriddle.com>
Sat, 28 Jan 2023 23:07:34 +0000 (16:07 -0700)
committerMichael Howell <michael@notriddle.com>
Sat, 28 Jan 2023 23:07:34 +0000 (16:07 -0700)
It's not used anywhere else; the inconsistency is weird.

library/std/src/time.rs

index ecd06ebf743ab49969617210f0b326e6b45aaf5a..acf9c29083f62ce26518f3be9fbf3b22bfa67e91 100644 (file)
@@ -1,6 +1,6 @@
 //! Temporal quantification.
 //!
-//! # Examples:
+//! # Examples
 //!
 //! There are multiple ways to create a new [`Duration`]:
 //!