mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix doc comment typo
Added a single character to fix a typo in a doc comment.
This commit is contained in:
parent
f68cd9aef1
commit
0044a68249
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user