From 628809c5ba3b6750a51c49a2ce0910d83a4ec91e Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Thu, 7 Sep 2023 16:17:57 +0100 Subject: [PATCH] Update src/chains.jl Co-authored-by: Xianda Sun <5433119+sunxd3@users.noreply.github.com> --- src/chains.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chains.jl b/src/chains.jl index ed257cd12..fd6564e5b 100644 --- a/src/chains.jl +++ b/src/chains.jl @@ -1,5 +1,5 @@ """ - supports_chain_indexing(chain::AbstractChains) + supports_varname_indexing(chain::AbstractChains) Return `true` if `chain` supports indexing using `VarName` in place of the variable name index.