Skip to content

Commit 95bafa2

Browse files
authored
fix jsdoc tag (#1325)
1 parent d3c1426 commit 95bafa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ export class RpcServer {
694694
* transaction completion and return a definitive state of success or failure.
695695
*
696696
* @param {string} hash the transaction you're polling for
697-
* @param {[RpcServer.PollingOptions]} [opts] polling options
697+
* @param {RpcServer.PollingOptions} [opts] polling options
698698
* @param {number} [opts.attempts] (optional) the number of attempts to make
699699
* before returning the last-seen status. By default or on invalid inputs,
700700
* try 5 times.

0 commit comments

Comments
 (0)