Skip to content

Commit

Permalink
Escape arrows in p5.Geometry reference
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Jan 20, 2025
1 parent d46432d commit 91d2a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgl/p5.Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -1272,8 +1272,8 @@ p5.Geometry = class Geometry {
* console.log(myGeometry.uvs);
*
* // Notice the swaps:
* // Left vertices: [0, 0] <--> [1, 0]
* // Right vertices: [1, 0] <--> [1, 1]
* // Left vertices: [0, 0] &lt;--&gt; [1, 0]
* // Right vertices: [1, 0] &lt;--&gt; [1, 1]
* ```
*
* @method flipV
Expand Down

0 comments on commit 91d2a71

Please sign in to comment.