Skip to content

Commit

Permalink
Merge pull request #11369 from tlycken/patch-3
Browse files Browse the repository at this point in the history
Better suggestion for replacement of [a]
  • Loading branch information
jakebolewski committed May 28, 2015
2 parents 1047605 + c056d8f commit 572a892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if _oldstyle_array_vcat_
function oldstyle_vcat_warning(n::Int)
if n == 1
before = "a"
after = "a;"
after = "collect(a)"
elseif n == 2
before = "a,b"
after = "a;b"
Expand Down

0 comments on commit 572a892

Please sign in to comment.