Skip to content

Commit

Permalink
s/remark/remarks/ for Typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Jun 24, 2024
1 parent 172afff commit a911c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/library-legacy/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export type ConfirmOptions = {
export type ConfirmedSignaturesForAddress2Options = {
/**
* Start searching backwards from this transaction signature.
* @remark If not provided the search starts from the highest max confirmed block.
* @remarks If not provided the search starts from the highest max confirmed block.
*/
before?: TransactionSignature;
/** Search until this transaction signature is reached, if found before `limit`. */
Expand All @@ -285,7 +285,7 @@ export type ConfirmedSignaturesForAddress2Options = {
export type SignaturesForAddressOptions = {
/**
* Start searching backwards from this transaction signature.
* @remark If not provided the search starts from the highest max confirmed block.
* @remarks If not provided the search starts from the highest max confirmed block.
*/
before?: TransactionSignature;
/** Search until this transaction signature is reached, if found before `limit`. */
Expand Down

0 comments on commit a911c62

Please sign in to comment.