From 99d5bad74d332fb17b8b3aa91c2c0914a5a2c21e Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Fri, 12 Mar 2021 09:56:13 +0000 Subject: [PATCH] docs: fix create_multiple_items doccoment --- --- a/pallets/nft/src/lib.rs +++ b/pallets/nft/src/lib.rs @@ -1051,7 +1051,7 @@ Ok(()) } - /// This method creates multiple instances of NFT Collection created with CreateCollection method. + /// This method creates multiple items in a collection created with CreateCollection method. /// /// # Permissions /// -- gitstuff