Skip to content

Commit 91d2a71

Browse files
committed
Escape arrows in p5.Geometry reference
1 parent d46432d commit 91d2a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webgl/p5.Geometry.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,8 @@ p5.Geometry = class Geometry {
12721272
* console.log(myGeometry.uvs);
12731273
*
12741274
* // Notice the swaps:
1275-
* // Left vertices: [0, 0] <--> [1, 0]
1276-
* // Right vertices: [1, 0] <--> [1, 1]
1275+
* // Left vertices: [0, 0] &lt;--&gt; [1, 0]
1276+
* // Right vertices: [1, 0] &lt;--&gt; [1, 1]
12771277
* ```
12781278
*
12791279
* @method flipV

0 commit comments

Comments
 (0)