We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 039b2ca + 0044a68 commit 72ed590Copy full SHA for 72ed590
src/libstd/time/duration.rs
@@ -47,7 +47,7 @@ pub struct Duration {
47
}
48
49
impl Duration {
50
- /// Crates a new `Duration` from the specified number of seconds and
+ /// Creates a new `Duration` from the specified number of seconds and
51
/// additional nanosecond precision.
52
///
53
/// If the nanoseconds is greater than 1 billion (the number of nanoseconds
0 commit comments