Skip to content

Commit 72ed590

Browse files
committed
Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton
Added a single character to fix a typo in a doc comment.
2 parents 039b2ca + 0044a68 commit 72ed590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/time/duration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub struct Duration {
4747
}
4848

4949
impl Duration {
50-
/// Crates a new `Duration` from the specified number of seconds and
50+
/// Creates a new `Duration` from the specified number of seconds and
5151
/// additional nanosecond precision.
5252
///
5353
/// If the nanoseconds is greater than 1 billion (the number of nanoseconds

0 commit comments

Comments
 (0)