Skip to content

Commit 1706158

Browse files
futreallnikola-matic
authored andcommitted
Update premium.sol
1 parent 08310eb commit 1706158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compilationTests/corion/premium.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ contract premium is module, safeMath {
229229
function transfer(address to, uint256 amount, bytes calldata extraData) isReady external returns (bool success) {
230230
/*
231231
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.
232+
After the transaction the approvedCorionPremiumToken function of the receiver’s address is going to be called with the given data.
233233
234234
@to For who?
235235
@amount Amount

0 commit comments

Comments
 (0)