Skip to content

Commit

Permalink
Jeddic#6 Javadocs can't contain > characters
Browse files Browse the repository at this point in the history
  • Loading branch information
richardTingle committed Dec 21, 2021
1 parent e9b8408 commit aa1a45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/epaga/particles/valuetypes/Curve.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public boolean equals(Object o) {
* .build();
* }</pre>
*
* This example produces a straight line from (0,0) -> (0.5,0.5), then a cubic Besier curves between (0.5,0.5) -> (1,2) with control points (0.6,0.5) and (0.8,2)
* This example produces a straight line from (0,0) to (0.5,0.5), then a cubic Besier curves between (0.5,0.5) to (1,2) with control points (0.6,0.5) and (0.8,2)
*
* Note that a builder should not be reused.
*
Expand Down

0 comments on commit aa1a45a

Please sign in to comment.