From 957b759ddf17078dc80deaee6aba6bb8632b1377 Mon Sep 17 00:00:00 2001 From: Brice Dobry <232827048+brice-stacks@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:55:59 -0400 Subject: [PATCH] fix: clarity comment about `with-*` expressions --- docs/reference/clarity/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/clarity/functions.md b/docs/reference/clarity/functions.md index a748ccc9d6..c9a73e6f88 100644 --- a/docs/reference/clarity/functions.md +++ b/docs/reference/clarity/functions.md @@ -2908,7 +2908,7 @@ The `var-set` function sets the value associated with the input variable to the *** {% hint style="info" %} -The following 5 `with-*` functions are meant to be used inside the new `restrict-assets?` function. +The following 5 `with-*` functions are meant to be used to protect assets inside `restrict-assets?` or `as-contract?` expressions. {% endhint %} ## with-all-assets-unsafe