We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00cddf commit f5047d1Copy full SHA for f5047d1
contracts/standard/arbitration/LinguoToken.sol
@@ -20,7 +20,7 @@ import "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol";
20
* This version of the contract made for ERC-20 tokens support.
21
* NOTE: This contract trusts that the Arbitrator is honest and will not reenter or modify its costs during a call.
22
* The arbitrator must support appeal period.
23
- * Also note that this contract trusts that the token transfers will not be blocked by the recepient.
+ * Also note that this contract trusts that the tokens will not allow the recipients to block the transfers.
24
*/
25
contract LinguoToken is Arbitrable {
26
0 commit comments