Skip to content

Commit

Permalink
chore(*): exclude files from typos (#4242)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Nov 26, 2024
1 parent 0948c7b commit f004969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ strat = "strat"
mistic = "mistic"
# Identity
AAS = "AAS"
# actual typos purposedly used in tests
# actual typos purposely used in tests
assing = "assing"
tring = "tring"
Thi = "Thi"

[files]
extend-exclude = ["pnpm-lock.yaml", "external-crates/*"]
2 changes: 1 addition & 1 deletion crates/iota-rest-api/src/transactions/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async fn execute_transaction(
#[derive(Debug, serde::Serialize, serde::Deserialize, JsonSchema)]
pub struct ExecuteTransactionQueryParameters {
// TODO once transaction finality support is more fully implemented up and down the stack, add
// back in this parameter, which will be mutally-exclusive with the other parameters. When
// back in this parameter, which will be mutually-exclusive with the other parameters. When
// `true` will submit the txn and return a `202 Accepted` response with no payload.
// effects: Option<bool>,
/// Request `TransactionEvents` be included in the Response.
Expand Down

0 comments on commit f004969

Please sign in to comment.