Skip to content

Commit f934c96

Browse files
committed
Fix typo
1 parent d5983bb commit f934c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/alias_elimination.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function Base.in(i::Int, agk::AliasGraphKeySet)
366366
end
367367

368368
canonicalize(a, b) = a <= b ? (a, b) : (b, a)
369-
struct WeightedGraph{T, W} <: AbstractGraph{Int64}
369+
struct WeightedGraph{T, W} <: AbstractGraph{T}
370370
graph::SimpleGraph{T}
371371
dict::Dict{Tuple{T, T}, W}
372372
end

0 commit comments

Comments
 (0)