Skip to content

Commit c152f48

Browse files
committed
fix: correct function doc
1 parent 396d06b commit c152f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/discovery/GNS.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ contract GNS is GNSV2Storage, GraphUpgradeable, IGNS, Multicall {
164164

165165
/**
166166
* @dev Set the owner fee percentage. This is used to prevent a subgraph owner to drain all
167-
* the name curators tokens while upgrading or deprecating and is configurable in parts per hundred.
167+
* the name curators tokens while upgrading or deprecating and is configurable in parts per million.
168168
* @param _ownerTaxPercentage Owner tax percentage
169169
*/
170170
function setOwnerTaxPercentage(uint32 _ownerTaxPercentage) external override onlyGovernor {
@@ -181,7 +181,7 @@ contract GNS is GNSV2Storage, GraphUpgradeable, IGNS, Multicall {
181181

182182
/**
183183
* @dev Internal: Set the owner tax percentage. This is used to prevent a subgraph owner to drain all
184-
* the name curators tokens while upgrading or deprecating and is configurable in parts per hundred.
184+
* the name curators tokens while upgrading or deprecating and is configurable in parts per million.
185185
* @param _ownerTaxPercentage Owner tax percentage
186186
*/
187187
function _setOwnerTaxPercentage(uint32 _ownerTaxPercentage) private {

0 commit comments

Comments
 (0)