Skip to content

Commit 1fb1a53

Browse files
nit: change signature in doc comment
1 parent ce29031 commit 1fb1a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/algo-ts/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function loggedAssert(
6868
/**
6969
* Logs a formatted ARC-65 error message and immediately fails the transaction.
7070
*
71-
* Equivalent to `loggedAssert(false, code, message, prefix)`.
71+
* Equivalent to `loggedAssert(false, code, {message, prefix})`.
7272
*
7373
* The logged output follows the format `{prefix}:{code}` or `{prefix}:{code}:{message}`
7474
* and is compatible with ARC-56 and ARC-32 clients.

0 commit comments

Comments
 (0)