From 566c244760de73e907e918bd8825f850b48bff2c Mon Sep 17 00:00:00 2001 From: lincot <84339564+lincot@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:16:10 +0300 Subject: [PATCH] fix info about who can invoke the `Utilize` ix (#440) --- docs/01-programs/01-token-metadata/03-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-programs/01-token-metadata/03-instructions.md b/docs/01-programs/01-token-metadata/03-instructions.md index 612667be3..00748fa47 100644 --- a/docs/01-programs/01-token-metadata/03-instructions.md +++ b/docs/01-programs/01-token-metadata/03-instructions.md @@ -243,7 +243,7 @@ It does this by deleting the provided `Collection Authority Record` PDA. This instruction reduces the number of uses of a Metadata account. -This can either be done by the `Update Authority` of the Metadata account or by an approved `Use Authority`. +This can either be done by the owner of the NFT or by an approved `Use Authority`.