Skip to content

Commit a81682f

Browse files
committed
Comment updated with .
1 parent 27b8234 commit a81682f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/standard/arbitration/MultipleArbitrableTokenTransactionWithFee.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ contract MultipleArbitrableTokenTransactionWithFee is IArbitrable {
6969
/** @dev To be emitted when a fee is received by the feeRecipient in Token.
7070
* @param _transactionID The index of the transaction.
7171
* @param _amount The amount paid.
72-
* @param _token The Token Address
72+
* @param _token The Token Address.
7373
*/
7474
event FeeRecipientPaymentInToken(uint indexed _transactionID, uint _amount, ERC20 _token);
7575

0 commit comments

Comments
 (0)