mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton
Added a single character to fix a typo in a doc comment.
This commit is contained in:
commit
72ed590f8b
@ -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