diff options
| author | Lee Jenkins <cljenkins9@gmail.com> | 2015-10-25 09:17:27 -0500 |
|---|---|---|
| committer | Lee Jenkins <cljenkins9@gmail.com> | 2015-10-25 09:17:27 -0500 |
| commit | 0044a6824945ba92b14df828667e1c7b2d874b89 (patch) | |
| tree | 0d73c12867cd139864adb0f43a2b220de8a15ac9 /src/libstd | |
| parent | f68cd9aef12f474e7205771f3ef9385f254813e1 (diff) | |
| download | rust-0044a6824945ba92b14df828667e1c7b2d874b89.tar.gz rust-0044a6824945ba92b14df828667e1c7b2d874b89.zip | |
Fix doc comment typo
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 |
