Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Jul 22, 2024
1 parent a96c1eb commit 60050f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/hyperdrive-math/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ impl State {

/// Calculates the pool reserve levels to achieve a target interest rate.
/// This calculation does not take into account Hyperdrive's solvency
/// constraints or exposure and shouldn't be used
/// directly.
/// constraints or exposure and shouldn't be used directly.
///
/// The price for a given fixed-rate is given by
/// `$p = \tfrac{1}{r \cdot t + 1}$`, where `$r$` is the fixed-rate and
Expand Down

0 comments on commit 60050f3

Please sign in to comment.