Skip to content

Commit 2c6359c

Browse files
committed
nit: fix comment
1 parent 39437e0 commit 2c6359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/solana/pyth_solana_receiver_sdk/src/price_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl TwapUpdate {
137137
window_seconds: u64,
138138
feed_id: &FeedId,
139139
) -> std::result::Result<TwapPrice, GetPriceError> {
140-
// Ensure the update is isn't outdated
140+
// Ensure the update isn't outdated
141141
let twap_price = self.get_twap_unchecked(feed_id)?;
142142
check!(
143143
twap_price

0 commit comments

Comments
 (0)