File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
contracts/standard/arbitration Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments