We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ba493 commit 7facf2bCopy full SHA for 7facf2b
pyth-sdk-solana/src/state.rs
@@ -225,7 +225,7 @@ pub struct PriceInfo {
225
pub price: i64,
226
/// confidence interval around the price.
227
/// 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
+ /// fields directly might expose you to stale or invalid prices.
229
/// is valid.
230
pub conf: u64,
231
/// status of price (Trading is valid)
0 commit comments