Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Wrong formatting of a comment

Open yha opened this issue 1 year ago • 0 comments

image

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

yha avatar Nov 29 '23 16:11 yha