Skip to content

Commit 0341ea5

Browse files
kantai-robotpgray-hiro
authored andcommitted
auto: update Clarity references JSONs from stacks-blockchain@fe8d3b2a8f3a77123753c10cbb25cb9c4b2e9cfd
1 parent ce4a0ed commit 0341ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_data/clarity-reference.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"input_type": "VarName, AnyType",
254254
"output_type": "bool",
255255
"signature": "(var-set var-name expr1)",
256-
"description": "The `var-set` function sets the value associated with the input variable to the\ninputted value.",
256+
"description": "The `var-set` function sets the value associated with the input variable to the\ninputted value. The function always returns `true`.",
257257
"example": "\n(define-data-var cursor int 6)\n(var-get cursor) ;; Returns 6\n(var-set cursor (+ (var-get cursor) 1)) ;; Returns true\n(var-get cursor) ;; Returns 7"
258258
},
259259
{

0 commit comments

Comments
 (0)