Skip to content

Commit 8962561

Browse files
committed
fix: comments improvements
1 parent be89525 commit 8962561

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/procedures/ModifyMaxHolderPercentage.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ export class ModifyMaxHolderPercentage extends Procedure<ModifyMaxHolderPercenta
1515
public type = ProcedureType.ModifyMaxHolderPercentage;
1616

1717
/**
18-
* - Set a new maximum percentage of token holders there can be
18+
* - Modify the number of tokens (expressed in percentage) that an investor can hold as maximum
1919
*
20-
* Note that this procedure will fail if the security token symbol doesn't exist
21-
* Note that this procedure will fail if the security token has disabled the PercentageOwnershipRestrictions feature
20+
* Note that this procedure will fail if:
21+
* - The security token symbol doesn't exist
22+
* - The security token has disabled the PercentageOwnershipRestrictions feature
2223
*/
2324
public async prepareTransactions() {
2425
const { symbol, maxHolderPercentage } = this.args;

0 commit comments

Comments
 (0)