Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilevsky committed Feb 27, 2015
1 parent db90a69 commit 6d80e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ex/get_type_metrics.rb
Expand Up @@ -19,7 +19,7 @@ def brace(w, h)
path("M0,0 Q#{w},0 #{w/2.0},#{-h/4.0} T#{w},#{-h/2.0}" \
"Q0,#{-h/2.0} #{w/2.0},#{-(3.0*h/4.0)} T0,#{-h}")
end
end # class Draw
end
end

Origin_x = 110
Expand Down

0 comments on commit 6d80e0f

Please sign in to comment.