Skip to content

Commit 7facf2b

Browse files
committed
Fix comment
1 parent 31ba493 commit 7facf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-sdk-solana/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ pub struct PriceInfo {
225225
pub price: i64,
226226
/// confidence interval around the price.
227227
/// For the aggregate confidence use `get_price_no_older_than()` whenever possible. Accessing
228-
/// fields directly might expose you to stale or invalid prices. checks to make sure price
228+
/// fields directly might expose you to stale or invalid prices.
229229
/// is valid.
230230
pub conf: u64,
231231
/// status of price (Trading is valid)

0 commit comments

Comments
 (0)