Skip to content

Commit 8280893

Browse files
committed
docs: fixed docs for newly added events
1 parent 9546a33 commit 8280893

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contracts/standard/arbitration/Linguo.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ contract Linguo is Arbitrable {
112112
*/
113113
event TaskResolved(uint indexed _taskID, string _reason, uint _timestamp);
114114

115-
/** @dev To be emitted when someone contributes to the appeal process
115+
/** @dev To be emitted when someone contributes to the appeal process.
116116
* @param _taskID The ID of the respective task.
117-
* @param _party The party that is fully funded.
117+
* @param _party The party which received the contribution.
118118
* @param _contributor The address of the contributor.
119119
* @param _amount The amount contributed.
120120
*/

contracts/standard/arbitration/LinguoToken.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ contract LinguoToken is Arbitrable {
126126
*/
127127
event TaskResolved(uint indexed _taskID, string _reason, uint _timestamp);
128128

129-
/** @dev To be emitted when someone contributes to the appeal process
129+
/** @dev To be emitted when someone contributes to the appeal process.
130130
* @param _taskID The ID of the respective task.
131-
* @param _party The party that is fully funded.
131+
* @param _party The party which received the contribution.
132132
* @param _contributor The address of the contributor.
133133
* @param _amount The amount contributed.
134134
*/

0 commit comments

Comments
 (0)