Explorar o código

Update README.md

Tibor Tálosi %!s(int64=3) %!d(string=hai) anos
pai
achega
90fbd48c36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ ui_cleanup();
 * Draw flipped region icon with overlay/invert support: ``draw_icon_clip_flipped(canvas, icon, image_x, image_y, screen_x, screen_y, width, height, draw_mode)``
 * Draw rounded box: ``draw_rounded_box(canvas, x,y,width, heigth, draw_mode)``
 * Draw rounded box frame: ``draw_rounded_box_frame(canvas, x,y,width, heigth, draw_mode)``
-* Draw rectangle: ``draw_rounded_box_frame(canvas, x,y,width, heigth, draw_mode)``
+* Draw rectangle: ``draw_rectangle(canvas, x,y,width, heigth, draw_mode)``
 * Invert screen colors in a rectangle: ``invert_rectangle(canvas, x, y, width, height)``
 * Invert screen colors in a shape: ``invert_shape(canvas, image, x, y, width, height)``
 * Read pixel: ``read_pixel(canvas, x, y)``