Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 6e54976

Browse files
committed
fix: 🐛 ignore this line
1 parent 06ddbce commit 6e54976

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/contract_wrappers/tokens/security_token_wrapper.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,9 @@ interface DataStoreAddressParams extends TxParams {
509509
}
510510

511511
/**
512-
* @param name, uri, documentHash
512+
* @param name
513+
* @param uri
514+
* @param documentHash
513515
*/
514516
interface SetDocumentParams extends TxParams {
515517
name: string;

0 commit comments

Comments
 (0)