From 163cd2071209fe943a714b05af0e05ff2c84ab8f Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:07:11 -0400 Subject: [PATCH] Fix markdown list in docstring --- src/generic.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic.jl b/src/generic.jl index 20fa8e9..74bd71e 100644 --- a/src/generic.jl +++ b/src/generic.jl @@ -68,7 +68,7 @@ Return `(y, logjac), index′`, where **Internal function**. Implementations 1. can assume that `x` has enough elements for `transformation` (ie `@inbounds` can be -used), + used), 2. should work with generalized indexing on `x`. """