docs: fix typos (#3774)
This commit is contained in:
parent
702cbde3e8
commit
3dd2386d89
|
@ -695,7 +695,7 @@ impl TestTemplate {
|
|||
}
|
||||
}
|
||||
Self::Rust => {
|
||||
// Do not initilize git repo
|
||||
// Do not initialize git repo
|
||||
let exit = std::process::Command::new("cargo")
|
||||
.arg("new")
|
||||
.arg("--vcs")
|
||||
|
|
|
@ -1087,7 +1087,7 @@ pub struct ConstraintTokenMintGroup {
|
|||
pub transfer_hook_program_id: Option<Expr>,
|
||||
}
|
||||
|
||||
// Syntaxt context object for preserving metadata about the inner item.
|
||||
// Syntax context object for preserving metadata about the inner item.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Context<T> {
|
||||
span: Span,
|
||||
|
|
|
@ -123,7 +123,7 @@ the reward is automatically received by owners of the staking pool token upon re
|
|||
known as "gulping"--since dropping rewards increases the total value of the pool
|
||||
while their proportion of the pool remained constant.
|
||||
|
||||
However, there are enough downsides with using an AMM style pool to offset the convience.
|
||||
However, there are enough downsides with using an AMM style pool to offset the convenience.
|
||||
Unfortunately, it loses the nice balance isolation property **Member** accounts have, because
|
||||
tokens have to be pooled into the same vault, which is an additional security concern that could
|
||||
easily lead to loss of funds, e.g., if there's a bug in the redemption calculation. Moreover, dropping
|
||||
|
|
Loading…
Reference in New Issue