Skip to content

Commit e11cfc8

Browse files
committed
fix beginShape description broken formatting
1 parent 64b584e commit e11cfc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/beginShape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The value of the `kind` parameter tells it which types of shapes to create from
99

1010
After calling the `beginShape()`, a series of `vertex()` commands must follow. To stop drawing the shape, call `endShape()`.
1111

12-
A texture can also be wrapped around a shape with an applied `texture()`. The `texture()` function declares the texture to apply to the geometry and the `u` and `v`` coordinates set define the mapping of this texture to the form. By default, the coordinates used for u and v are specified in relation to the image's size in pixels, but this relation can be changed with `textureMode()`.
12+
A texture can also be wrapped around a shape with an applied `texture()`. The `texture()` function declares the texture to apply to the geometry and the `u` and `v` coordinates set define the mapping of this texture to the form. By default, the coordinates used for u and v are specified in relation to the image's size in pixels, but this relation can be changed with `textureMode()`.
1313

1414
## Examples
1515

0 commit comments

Comments
 (0)