Skip to content

Commit fac6f06

Browse files
docs(LinguoToken): comment update
1 parent 4b7da22 commit fac6f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/standard/arbitration/LinguoToken.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ contract LinguoToken is Arbitrable {
635635
}
636636
}
637637

638-
/** @dev Gets the current price of a specified task.
638+
/** @dev Gets the current price of a specified task. Returns 0 if the task can no longer be assigned.
639639
* @param _taskID The ID of the task.
640640
* @return price The price of the task.
641641
*/
@@ -648,7 +648,7 @@ contract LinguoToken is Arbitrable {
648648
}
649649
}
650650

651-
/** @dev Gets the current price of a specified task in ETH.
651+
/** @dev Gets the current price of a specified task in ETH. Returns 0 if the task can no longer be assigned.
652652
* @param _taskID The ID of the task.
653653
* @return price The price of the task.
654654
*/

0 commit comments

Comments
 (0)