1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
This commit is contained in:
TcePrepK 2022-02-27 16:47:37 +03:00 committed by GitHub
parent 679e7f168c
commit f2d18b1175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ export class Rectangle {
}
/**
* Returns if hte rectangle contains the given point
* Returns if the rectangle contains the given point
* @param {number} x
* @param {number} y
* @returns {boolean}