Skip to content

Commit

Permalink
Uniques: Small fix in docs (#12143)
Browse files Browse the repository at this point in the history
* small fix in docs

* Update frame/uniques/src/lib.rs

Co-authored-by: Bastian Köcher <[email protected]>

* Update lib.rs

* Update lib.rs

* Update lib.rs

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
Szegoo and bkchr authored Sep 6, 2022
1 parent 20037d5 commit 12b0d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frame/uniques/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,8 @@ pub mod pallet {

/// Approve an item to be transferred by a delegated third-party account.
///
/// Origin must be Signed and must be the owner of the `item`.
/// The origin must conform to `ForceOrigin` or must be `Signed` and the sender must be
/// either the owner of the `item` or the admin of the collection.
///
/// - `collection`: The collection of the item to be approved for delegated transfer.
/// - `item`: The item of the item to be approved for delegated transfer.
Expand Down

0 comments on commit 12b0d8e

Please sign in to comment.