docs: fix typos (#3774)

This commit is contained in:
Zero Xplorer 2025-07-18 08:25:45 +12:00 committed by GitHub
parent 702cbde3e8
commit 3dd2386d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

@ -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,

View File

@ -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