From db39f37f991800d3081463badee9154bd437a989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Wed, 27 Sep 2023 21:47:36 +0200 Subject: [PATCH] Fix doc comments. --- src/cis2/mod.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cis2/mod.rs b/src/cis2/mod.rs index 0bdf34fa4..dbd2754fb 100644 --- a/src/cis2/mod.rs +++ b/src/cis2/mod.rs @@ -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 /// @@ -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 ///