Fixed small typo (#1613)

Now there are 70 pull requests.
This commit is contained in:
bobthebadguy 2020-02-21 06:58:11 -08:00 committed by GitHub
parent ff652f2515
commit de560ac6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,8 @@ public class Units{
* Validates a target. * Validates a target.
* @param target The target to validate * @param target The target to validate
* @param team The team of the thing doing tha targeting * @param team The team of the thing doing tha targeting
* @param x The X position of the thing doign the targeting * @param x The X position of the thing doing the targeting
* @param y The Y position of the thing doign the targeting * @param y The Y position of the thing doing the targeting
* @param range The maximum distance from the target X/Y the targeter can be for it to be valid * @param range The maximum distance from the target X/Y the targeter can be for it to be valid
* @return whether the target is invalid * @return whether the target is invalid
*/ */