From 979d9765258de957a9144c2b4c4f3509002eedc8 Mon Sep 17 00:00:00 2001 From: Albert Date: Thu, 30 May 2024 08:21:26 +0800 Subject: [PATCH] feat: update docs --- src/interfaces/IPowerToken.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interfaces/IPowerToken.sol b/src/interfaces/IPowerToken.sol index 7056bb8..98d2e18 100644 --- a/src/interfaces/IPowerToken.sol +++ b/src/interfaces/IPowerToken.sol @@ -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 */