Skip to content

Commit 3699c23

Browse files
committed
fix lib natspec
1 parent 85696a9 commit 3699c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ethereum-contracts/contracts/apps/SuperTokenV1Library.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ library SuperTokenV1Library {
430430
* @param token The token used in flow
431431
* @param flowOperator The address given flow permissions
432432
* @param allowCreate creation permissions
433-
* @param allowCreate update permissions
434-
* @param allowCreate deletion permissions
433+
* @param allowUpdate update permissions
434+
* @param allowDelete deletion permissions
435435
* @param flowRateAllowance The allowance provided to flowOperator
436436
*/
437437
function setFlowPermissions(

0 commit comments

Comments
 (0)