Skip to content

Commit 0044a68

Browse files
committed
Fix doc comment typo
Added a single character to fix a typo in a doc comment.
1 parent f68cd9a commit 0044a68

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)