Skip to content

Commit 11e6676

Browse files
committed
Fix: typo in ArrowTipPathGenerator javadoc
1 parent 982dd6e commit 11e6676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/jbotsim-extras-common/src/main/java/io/jbotsim/ui/painting/ArrowTipPathGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* <p>The {@link ArrowTipPathGenerator} creates a path corresponding to an arrow tip.</p>
3131
*
3232
* <p>The path provided by {@link #getPath(Point, Point, double)} is properly oriented relative to the underlying arrow.
33-
* When the length of the underlying arrow gets shorter then the desired one, a shrinking ratio is gradually applied
33+
* When the length of the underlying arrow gets shorter than the desired one, a shrinking ratio is gradually applied
3434
* so that the arrow tip remains visible.</p>
3535
*/
3636
public class ArrowTipPathGenerator {

0 commit comments

Comments
 (0)