Skip to content

Commit 9752dbb

Browse files
authored
docs: missing backtick
1 parent f2d189b commit 9752dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Evaluate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This holds options for expression evaluation, such as evaluation backend.
3737
3838
- `turbo::Val{T}`: If `Val{true}`, use LoopVectorization.jl for faster
3939
evaluation.
40-
- `bumper::Val{B}`: If `Val{true}, use Bumper.jl for faster evaluation.
40+
- `bumper::Val{B}`: If `Val{true}`, use Bumper.jl for faster evaluation.
4141
- `early_exit::Val{E}`: If `Val{true}`, any element of any step becoming
4242
`NaN` or `Inf` will terminate the computation and the whole buffer will be
4343
returned with `NaN`s. This makes sure that expressions with singularities

0 commit comments

Comments
 (0)