wxDC documentation of drawArc/6 should be drawArc/4

Doug Edmunds (gmail) dougedmunds@REDACTED
Sat Jun 19 09:05:45 CEST 2010


The left-column of the docs for wxDC
have an entry for drawArc/6.
It should be drawArc/4.

Link
http://www.erlang.org/doc/man/wxDC.html#drawArc-6
should be
http://www.erlang.org/doc/man/wxDC.html#drawArc-4

The right column is correct:
drawArc(This::wxDC(), Pt1::{X::integer(), Y::integer()}, 
Pt2::{X::integer(), Y::integer()}, Centre::{X::integer(), Y::integer()}) 
-> ok


More information about the erlang-bugs mailing list