diff --git a/src/vm/docs/mod.rs b/src/vm/docs/mod.rs index b87760c9c..3652c6680 100644 --- a/src/vm/docs/mod.rs +++ b/src/vm/docs/mod.rs @@ -454,7 +454,7 @@ const SET_VAR_API: SpecialAPI = SpecialAPI { output_type: "bool", signature: "(var-set var-name expr1)", description: "The `var-set` function sets the value associated with the input variable to the -inputted value.", +inputted value. The function always returns `true`.", example: " (define-data-var cursor int 6) (var-get cursor) ;; Returns 6