From 1c21ed3e50b380a6d41cffb4be1f0d844c78dcce Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 18 Sep 2018 20:49:43 -0400 Subject: [PATCH] Sets typo, fixes #47 --- contracts/tokens/Xcert.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tokens/Xcert.sol b/contracts/tokens/Xcert.sol index c5950f3..4f5dc45 100644 --- a/contracts/tokens/Xcert.sol +++ b/contracts/tokens/Xcert.sol @@ -176,7 +176,7 @@ contract Xcert is NFTokenEnumerable, NFTokenMetadata, Claimable { } /** - * @dev Sets mint authorised address. + * @dev Gets mint authorised address. * @param _target Address for which we want to check if it is authorized. * @return Is authorized or not. */