1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-06 09:34:05 +00:00
This commit is contained in:
TcePrepK 2022-03-05 00:17:05 +03:00 committed by GitHub
parent 679e7f168c
commit 93f91ca8b3
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}