Skip to content

Commit 7806db3

Browse files
committed
docs: update doc example
1 parent ce562a3 commit 7806db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/src/vm/docs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ expression. `with-stx` is not allowed outside of `restrict-assets?` or
26422642
(restrict-assets? tx-sender
26432643
((with-stx u50))
26442644
(try! (stx-transfer? u100 tx-sender 'ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM))
2645-
) ;; Returns (err 0)
2645+
) ;; Returns (err u0)
26462646
"#,
26472647
};
26482648

0 commit comments

Comments
 (0)