Skip to content

Commit

Permalink
nit: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbadadare committed Jan 3, 2025
1 parent 39437e0 commit 2c6359c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl TwapUpdate {
window_seconds: u64,
feed_id: &FeedId,
) -> std::result::Result<TwapPrice, GetPriceError> {
// Ensure the update is isn't outdated
// Ensure the update isn't outdated
let twap_price = self.get_twap_unchecked(feed_id)?;
check!(
twap_price
Expand Down

0 comments on commit 2c6359c

Please sign in to comment.