Skip to content

Commit 105319d

Browse files
committed
fix: comments
1 parent 3a83a47 commit 105319d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/procedures/ReserveSecurityToken.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ import { findEvents } from '../utils';
1919
const { bigNumberToDate } = conversionUtils;
2020

2121
/**
22-
* - Procedure that reserve the token ticker to an specific owner
22+
* Procedure that reserves a token ticker (symbol) to be used later on to launch a Security Token
2323
*
24-
* ***Note once the token ticker is registered to its owner then no other issuer can claim its ownership***
25-
* ***Note if the ticker expires and its issuer hasn't used it, then someone else can take it***
24+
* ***Note if the Reservation expires and the corresponding Security Token hasn't been launched yet, another issuer can reserve the same ticker***
2625
*/
2726
export class ReserveSecurityToken extends Procedure<
2827
ReserveSecurityTokenProcedureArgs,
@@ -31,7 +30,7 @@ export class ReserveSecurityToken extends Procedure<
3130
public type = ProcedureType.ReserveSecurityToken;
3231

3332
/**
34-
* - Reserve a new ticker
33+
* Reserve a new ticker
3534
*
3635
* Note that this procedure will fail if ticker has already been registered
3736
*/

0 commit comments

Comments
 (0)