Browse Source

Fix doc typo

Leonardo Jeanteur 1 year ago
parent
commit
0dc5200236
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h2d/Graphics.hx

+ 1 - 1
h2d/Graphics.hx

@@ -466,7 +466,7 @@ class Graphics extends Drawable {
 		Position a virtual tile at the given position and scale. Every draw will display a part of this tile relative
 		to these coordinates.
 
-		Note that in by default, Tile is not wrapped, and in order to render tiling texture, `Drawable.tileWrap` have to be set.
+		Note that in by default, Tile is not wrapped, and in order to render a tiling texture, `Drawable.tileWrap` has to be set.
 		Additionally, both `Tile.dx` and `Tile.dy` are ignored (use `dx`/`dy` arguments instead)
 		as well as tile defined size of the tile through `Tile.width` and `Tile.height` (use `scaleX`/`scaleY` relative to texture size).