Skip to content

Commit

Permalink
ON-872: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed May 20, 2024
1 parent 594b381 commit ff43b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/OriumSftMarketplace.sol
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ contract OriumSftMarketplace is Initializable, OwnableUpgradeable, PausableUpgra
emit RentalStarted(_offer.lender, _offer.nonce, msg.sender, _expirationDate);
}

/**
/**
* @notice Cancels a rental offer.
* @param _offer The rental offer struct. It should be the same as the one used to create the offer.
*/
Expand Down

0 comments on commit ff43b64

Please sign in to comment.