From 1e8149aa6f5feede76544c8292a6737477f2e0e6 Mon Sep 17 00:00:00 2001 From: narawat Date: Sat, 27 Jun 2026 17:09:27 +0700 Subject: [PATCH] update --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index 029095c..be88e67 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -515,7 +515,7 @@ using Julia's expression interpolation mechanism. - A `Symbol` constructed from the string value of the input variable. # Notes -- This function uses `:$variable` interpolation to capture the variable's +- This function uses variable interpolation to capture the variable's value as a Symbol. It works with any variable type that can be converted to String.