Skip to content

Commit ae18d5a

Browse files
update _rewardWithHint natspec comment
1 parent 3e28524 commit ae18d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/bonding/BondingManager.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ contract BondingManager is ManagerProxyTarget, IBondingManager {
913913
* pool via the `_newPosPrev` and `_newPosNext` params. A linear search will be executed starting at the hint to find the correct position.
914914
* In the best case, the hint is the correct position so no search is executed. See SortedDoublyLL.sol for details on list hints
915915
* @param _transcoder Address of the transcoder on behalf of which the reward is called
916-
* @param _newPosPrev Address of previous transcoder in pool if the caller is in the pool
917-
* @param _newPosNext Address of next transcoder in pool if the caller is in the pool
916+
* @param _newPosPrev Address of previous transcoder in pool if `_transcoder` is in the pool
917+
* @param _newPosNext Address of next transcoder in pool if `_transcoder` is in the pool
918918
*/
919919
function _rewardWithHint(
920920
address _transcoder,

0 commit comments

Comments
 (0)