diff --git a/optimizing/index.md b/optimizing/index.md index 7a42a9f..c329454 100644 --- a/optimizing/index.md +++ b/optimizing/index.md @@ -164,6 +164,7 @@ isconcretetype(Vector) # Shorthand for `Vector{T} where T` isconcretetype(Vector{Real}) isconcretetype(eltype(Vector{Real})) isconcretetype(Vector{Int64}) +isconcretetype(eltype(Vector{Int64})) ``` \advanced{