From f2473dea4ddfa7393f4f36a5a6fb30c7e5a18294 Mon Sep 17 00:00:00 2001 From: Anurag Date: Fri, 14 Jan 2022 03:47:48 +0530 Subject: [PATCH] Updated typo in burnToken() function description `burnToken` instead of `getToken` --- content/tutorials/use-tokens/nftoken-tester-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/use-tokens/nftoken-tester-tutorial.md b/content/tutorials/use-tokens/nftoken-tester-tutorial.md index 982da5f8cc..03f37b93f2 100644 --- a/content/tutorials/use-tokens/nftoken-tester-tutorial.md +++ b/content/tutorials/use-tokens/nftoken-tester-tutorial.md @@ -241,7 +241,7 @@ To destroy a `NFToken`: ### The `burnToken()` function -The `getTokens` function steps are: +The `burnToken` function steps are: