From d294e1b6ca266b75149e4b69edf1968d83204c56 Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Tue, 14 Feb 2023 17:33:48 +0000 Subject: [PATCH] Update ITicketNFT.sol --- src/interfaces/ITicketNFT.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interfaces/ITicketNFT.sol b/src/interfaces/ITicketNFT.sol index c07dd02..4499791 100644 --- a/src/interfaces/ITicketNFT.sol +++ b/src/interfaces/ITicketNFT.sol @@ -60,9 +60,9 @@ interface ITicketNFT { * * - `from` cannot be the zero address. * - `to` cannot be the zero address. - * - `ticketID` ticket must be either: - * - owned by `from`. - * - approved to move this ticket by `approve` + * - the caller must either: + * - own `ticketID` + * - be approved to move this ticket using `approve` * * Emits a `Transfer` and an `Approval` event. */