diff options
| author | bors <bors@rust-lang.org> | 2015-10-26 06:37:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-10-26 06:37:12 +0000 |
| commit | 72ed590f8b2210fccd26489d2237310cc2db2603 (patch) | |
| tree | 79c30975d28585411f9a25c0696345b91e123531 /src/libstd | |
| parent | 039b2ca74f481b8e6c8ebfc9ae12729442ac1021 (diff) | |
| parent | 0044a6824945ba92b14df828667e1c7b2d874b89 (diff) | |
| download | rust-72ed590f8b2210fccd26489d2237310cc2db2603.tar.gz rust-72ed590f8b2210fccd26489d2237310cc2db2603.zip | |
Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton
Added a single character to fix a typo in a doc comment.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/time/duration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/time/duration.rs b/src/libstd/time/duration.rs index 2135b851032..d18d7cbecf4 100644 --- a/src/libstd/time/duration.rs +++ b/src/libstd/time/duration.rs @@ -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 |
