Merge pull request #112 from Deedasmi/patch-1

Documentation had the wrong relative path
This commit is contained in:
Kang Seonghoon 2016-12-03 16:59:07 +09:00 committed by GitHub
commit ae7fddc215
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ pub trait TimeZone: Sized + Clone {
/// Parses a string with the specified format string and
/// returns a `DateTime` with the current offset.
/// See the [`format::strftime` module](../../format/strftime/index.html)
/// See the [`format::strftime` module](../format/strftime/index.html)
/// on the supported escape sequences.
///
/// If the format does not include offsets, the current offset is assumed;