fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.93k stars 284 forks source link

Wrong formatting of a comment #2731

Open yha opened 8 months ago

yha commented 8 months ago

image

let
    f() = let (x,y) = z
        "$x"
    end
    # this doesn't look like a "comment" at all
    # that's better
end