Skip to content

Commit f5047d1

Browse files
docs(LinguoToken): comment rephrase
1 parent d00cddf commit f5047d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/standard/arbitration/LinguoToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import "openzeppelin-solidity/contracts/token/ERC20/ERC20.sol";
2020
* This version of the contract made for ERC-20 tokens support.
2121
* NOTE: This contract trusts that the Arbitrator is honest and will not reenter or modify its costs during a call.
2222
* The arbitrator must support appeal period.
23-
* Also note that this contract trusts that the token transfers will not be blocked by the recepient.
23+
* Also note that this contract trusts that the tokens will not allow the recipients to block the transfers.
2424
*/
2525
contract LinguoToken is Arbitrable {
2626

0 commit comments

Comments
 (0)