Skip to content

Commit

Permalink
AbstractString->String in Distributed.ProcessGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 23, 2020
1 parent 61b581d commit ad72eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Distributed/src/cluster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ let next_pid = 2 # 1 is reserved for the client (always)
end

mutable struct ProcessGroup
name::AbstractString
name::String
workers::Array{Any,1}
refs::Dict{RRID,Any} # global references
topology::Symbol
Expand Down

0 comments on commit ad72eae

Please sign in to comment.