Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iavl committed May 30, 2024
1 parent 518cdb3 commit 979d976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/IPowerToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ interface IPowerToken {
*/
function withdraw(address to, bytes32 feedId) external;

/* @notice Return the balance of points, aka the inactive tokens, of the owner
/**
* @notice Return the balance of points, aka the inactive tokens, of the owner
* @param owner The address of the owner
* @return The amount of the balance
*/
Expand Down

0 comments on commit 979d976

Please sign in to comment.