Skip to content

Commit 056b88b

Browse files
authored
Update PGraphics.java: fix swapped html tags
1 parent b342feb commit 056b88b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/processing/core/PGraphics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3559,8 +3559,8 @@ public float curvePoint(float a, float b, float c, float d, float t) {
35593559

35603560
/**
35613561
* Calculates the tangent of a point on a curve. There's a good definition
3562-
* of <em><a href="http://en.wikipedia.org/wiki/Tangent"
3563-
* target="new">tangent</em> on Wikipedia</a>.
3562+
* of <a href="http://en.wikipedia.org/wiki/Tangent"
3563+
* target="new"><em>tangent</em> on Wikipedia</a>.
35643564
*
35653565
* <h3>Advanced</h3>
35663566
* Code thanks to Dave Bollinger (Bug #715)

0 commit comments

Comments
 (0)