Skip to content

Commit 51cd9ce

Browse files
authored
Fix doc comment
1 parent 5e82346 commit 51cd9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-date/src/time/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub enum Sign {
2727
pub enum Format<'a> {
2828
/// A custom format typically defined with the [`format_description`][time::format_description] macro.
2929
Custom(&'a [time::format_description::FormatItem<'a>]),
30-
/// The seconds since 1970, also known as unix epoch, like `1660874655 +0800`.
30+
/// The seconds since 1970, also known as unix epoch, like `1660874655`.
3131
Unix,
3232
/// The seconds since 1970, followed by the offset, like `1660874655 +0800`
3333
Raw,

0 commit comments

Comments
 (0)