diff --git a/src/libstd/time/duration.rs b/src/libstd/time/duration.rs index 2135b851032..d18d7cbecf4 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