Skip to content

Commit

Permalink
tiny cleanup (JuliaLang#18233)
Browse files Browse the repository at this point in the history
just a random thing I noticed
  • Loading branch information
stevengj authored and tkelman committed Aug 31, 2016
1 parent 8d236ea commit 738c273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/cartesian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function inlineanonymous(ex::Expr, val)
end

# Given :i and 3, this generates :i_3
inlineanonymous(base::Symbol, ext) = Symbol(base,"_",string(ext))
inlineanonymous(base::Symbol, ext) = Symbol(base,'_',ext)

# Replace a symbol by a value or a "coded" symbol
# E.g., for d = 3,
Expand Down

0 comments on commit 738c273

Please sign in to comment.