Skip to content

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foo123 committed Feb 20, 2023
1 parent 5501a8b commit b72dccd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/Geometrize.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
* Geometrize
* computational geometry and rendering library for JavaScript
*
* @version 0.9.10 (2023-02-20 11:14:57)
* @version 0.9.10 (2023-02-20 11:19:38)
* https://github.com/foo123/Geometrize
*
**//**
* Geometrize
* computational geometry and rendering library for JavaScript
*
* @version 0.9.10 (2023-02-20 11:14:57)
* @version 0.9.10 (2023-02-20 11:19:38)
* https://github.com/foo123/Geometrize
*
**/
Expand Down Expand Up @@ -738,7 +738,7 @@ var Object2D = makeClass(null, merge(null, {
return false;
},
/**[DOC_MD]
* * `intersects(other): Point2D[]|Bool` return array of intersection points of object with itself or false
* * `intersectsSelf(): Point2D[]|Bool` return array of intersection points of object with itself or false
[/DOC_MD]**/
intersectsSelf: function() {
return false;
Expand Down
2 changes: 1 addition & 1 deletion build/Geometrize.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Represents a generic 2D object



* `intersects(other): Point2D[]|Bool` return array of intersection points of object with itself or false
* `intersectsSelf(): Point2D[]|Bool` return array of intersection points of object with itself or false



Expand Down
2 changes: 1 addition & 1 deletion src/Object2D.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ var Object2D = makeClass(null, merge(null, {
return false;
},
/**[DOC_MD]
* * `intersects(other): Point2D[]|Bool` return array of intersection points of object with itself or false
* * `intersectsSelf(): Point2D[]|Bool` return array of intersection points of object with itself or false
[/DOC_MD]**/
intersectsSelf: function() {
return false;
Expand Down

0 comments on commit b72dccd

Please sign in to comment.