From 56153f189a6496d01cbc42cdc9086d52d69a235a Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Tue, 15 Oct 2024 21:47:11 +0100 Subject: [PATCH] docs(dynamic values): fix missing backtick --- docs/Dynamic values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dynamic values.md b/docs/Dynamic values.md index 75ff2c1..46a8916 100644 --- a/docs/Dynamic values.md +++ b/docs/Dynamic values.md @@ -25,7 +25,7 @@ Dynamic booleans can use a single source of either a script or variable to contr For scripts, you can just write these directly with no notation. Only polling scripts are supported. -The script exit code is used, where `0` is `true` and any other code is `false. +The script exit code is used, where `0` is `true` and any other code is `false`. For variables, use the standard `#name` notation. An empty string, `0` and `false` are treated as false.