Skip to content

Commit

Permalink
fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerHeintzmann committed Jun 19, 2024
1 parent 9552c14 commit 32fefc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type_tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Vector{ComplexF32} (alias for Array{Complex{Float32}, 1})
julia> complex_arr_type(Array{Float32,3})
Array{ComplexF32, 3}
julia> complex_arr_type(Array{Float32,3}, dims=Val(1))
julia> complex_arr_type(Array{Float32,3}, Val(1))
Vector{ComplexF32} (alias for Array{Complex{Float32}, 1})
```
"""
Expand Down

0 comments on commit 32fefc5

Please sign in to comment.