Skip to content

Commit

Permalink
docs: add missing ending for example block
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Nov 18, 2024
1 parent 3ede323 commit 602dd88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/near-sdk-js/lib/api.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/near-sdk-js/lib/api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/near-sdk-js/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@ export function promiseBatchThen(
* const promise = near.promiseBatchCreate("receiver.near");
*
* near.promiseBatchActionCreateAccount(promise);
* ```
*/
export function promiseBatchActionCreateAccount(
promiseIndex: PromiseIndex
Expand Down

0 comments on commit 602dd88

Please sign in to comment.