Skip to content

Commit 9e66da5

Browse files
committed
docs: fix testing guide link
1 parent b18ef44 commit 9e66da5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ To dig deeper into the capabilities of `algorand-typescript-testing`, continue w
287287

288288
#### Contents
289289

290-
- [Testing Guide](./docs/testing-guide/index.md)
290+
- [Testing Guide](./docs/testing-guide.md)
291291
- [Examples](./docs/examples.md)
292292
- [Coverage](./docs/coverage.md)
293293
- [FQA](./docs/faq.md)

src/subcontexts/ledger-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export class LedgerContext {
210210

211211
/**
212212
* Patches asset data with the provided partial data.
213-
* @param account - The asset.
213+
* @param asset - The asset.
214214
* @param data - The partial asset data.
215215
*/
216216
patchAssetData(asset: AssetType, data: Partial<AssetData>) {

0 commit comments

Comments
 (0)