Skip to content

Commit

Permalink
ref: Changed an expectation message
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Mar 25, 2018
1 parent bc18d7f commit 53672f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub mod ts_seconds_float {

fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result
{
write!(formatter, "a unix timestamp in seconds")
write!(formatter, "a unix timestamp")
}

fn visit_f64<E>(self, value: f64) -> Result<DateTime<Utc>, E>
Expand Down

0 comments on commit 53672f0

Please sign in to comment.