From 0044a6824945ba92b14df828667e1c7b2d874b89 Mon Sep 17 00:00:00 2001 From: Lee Jenkins Date: Sun, 25 Oct 2015 09:17:27 -0500 Subject: [PATCH] Fix doc comment typo Added a single character to fix a typo in a doc comment. --- src/libstd/time/duration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/time/duration.rs b/src/libstd/time/duration.rs index 2135b85103294..d18d7cbecf4c2 100644 --- a/src/libstd/time/duration.rs +++ b/src/libstd/time/duration.rs @@ -47,7 +47,7 @@ pub struct Duration { } impl Duration { - /// Crates a new `Duration` from the specified number of seconds and + /// Creates a new `Duration` from the specified number of seconds and /// additional nanosecond precision. /// /// If the nanoseconds is greater than 1 billion (the number of nanoseconds