Skip to content

Commit

Permalink
Fix doc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Sep 27, 2023
1 parent 8366c38 commit db39f37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cis2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ impl Cis2Contract {
}

/// Construct a CIS2 transfer smart contract update transaction
/// given a list of CIS2 transfers. Returns a Result with the
/// transaction hash.
/// given a list of CIS2 transfers. Returns a [`Result`] with an account
/// transaction that can be sent.
///
/// # Arguments
///
Expand Down Expand Up @@ -280,8 +280,8 @@ impl Cis2Contract {
}

/// Construct a CIS2 updateOperator smart contract update
/// transaction given a list of CIS2 UpdateOperators. Returns a Result
/// with the transaction hash.
/// transaction given a list of CIS2 UpdateOperators. Returns a [`Result`]
/// with the account transaction that can be sent.
///
/// # Arguments
///
Expand Down

0 comments on commit db39f37

Please sign in to comment.