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 08310eb commit 1706158Copy full SHA for 1706158
test/compilationTests/corion/premium.sol
@@ -229,7 +229,7 @@ contract premium is module, safeMath {
229
function transfer(address to, uint256 amount, bytes calldata extraData) isReady external returns (bool success) {
230
/*
231
Launch a transaction where we transfer from a given address to another one.
232
- After thetransaction the approvedCorionPremiumToken function of the receiver’s address is going to be called with the given data.
+ After the transaction the approvedCorionPremiumToken function of the receiver’s address is going to be called with the given data.
233
234
@to For who?
235
@amount Amount
0 commit comments