1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00
This commit is contained in:
TcePrepK
2022-03-05 00:17:05 +03:00
committed by GitHub
parent 679e7f168c
commit 93f91ca8b3

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}