diff --git a/contracts/SolidityHackingWorkshopV8.sol b/contracts/SolidityHackingWorkshopV8.sol index e55619d..5d1b641 100644 --- a/contracts/SolidityHackingWorkshopV8.sol +++ b/contracts/SolidityHackingWorkshopV8.sol @@ -141,7 +141,7 @@ contract HeadTail { } /** @dev Guess the choice of party A. - * @param _chooseHead True if the guess is head, false otherwize. + * @param _chooseHead True if the guess is head, false otherwise. */ function guess(bool _chooseHead) public payable { require(msg.value == 1 ether);