Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Lilith Orion Hafner <lilithhafner@gmail.com>
more whitespace
  • Loading branch information
ArnoStrouwen committed Oct 4, 2024
1 parent c9d71bc commit c1e187f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/manual/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,10 @@ supertypes:
julia> eltype_wrong(Union{Vector{Int}, Matrix{Int}})
ERROR: MethodError: no method matching supertype(::Type{VecOrMat{Int64}})
Closest candidates are:
supertype(::UnionAll)
Closest candidates are:
supertype(::UnionAll)
@ Base operators.jl:44
supertype(::DataType)
supertype(::DataType)
@ Base operators.jl:43
```

Expand Down

0 comments on commit c1e187f

Please sign in to comment.