Skip to content

Commit

Permalink
fix type expression
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 20, 2021
1 parent 4c67d7d commit 8dcdfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Bounds2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ class Bounds2 {
* @public
*
* @param {number|Vector2} x
* @param [number] y
* @param {number} y
* @returns {Bounds2}
*/
static point( x, y ) {
Expand Down

0 comments on commit 8dcdfdd

Please sign in to comment.