Skip to content

Commit

Permalink
program/rust: fix price.rs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdziak1 committed Oct 9, 2023
1 parent 590c521 commit 88d236a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/rust/src/accounts/price.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ mod price_pythnet {
},
};

/// Pythnet-only extended price account format. This is extension
/// is an append-only change that extra publisher slots and
/// Pythnet-only extended price account format. This extension is
/// an append-only change that adds extra publisher slots and
/// PriceCumulative for TWAP processing.
#[repr(C)]
#[derive(Copy, Clone, Pod, Zeroable)]
Expand Down

0 comments on commit 88d236a

Please sign in to comment.