Skip to content

Commit

Permalink
Merge pull request #142 from evenevent/main
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
MarkSackerberg authored Sep 26, 2024
2 parents df599b2 + ab60016 commit 4d78f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/umi-tasks/test/Task.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test('it can listen to status changes', async (t) => {
}
t.deepEqual(h3, ['running', 'canceled']);

// And we get the right history for preloaded and resetted tasks.
// And we get the right history for preloaded and retested tasks.
const l4 = new Task(() => 42);
const h4 = await useHistory(l4);
l4.loadWith(180);
Expand Down
2 changes: 1 addition & 1 deletion packages/umi/src/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TRANSACTION_SIZE_LIMIT = 1232;
/**
* The version of a transaction.
* - Legacy is the very first iteration of Solana transactions.
* - V0 introduces the concept of versionned transaction for
* - V0 introduces the concept of versioned transaction for
* the first time and adds supports for address lookup tables.
*
* @category Transactions
Expand Down

0 comments on commit 4d78f09

Please sign in to comment.