diff --git a/OpenRA.Mods.Common/WorldExtensions.cs b/OpenRA.Mods.Common/WorldExtensions.cs index cdb1a91a72..ecab3b09e8 100644 --- a/OpenRA.Mods.Common/WorldExtensions.cs +++ b/OpenRA.Mods.Common/WorldExtensions.cs @@ -71,7 +71,7 @@ namespace OpenRA.Mods.Common } /// - /// Finds all the actors of which their health radius is intersected by a specified circle. + /// Finds all the actors of which their health radius might be intersected by a specified circle. /// public static IEnumerable FindActorsOnCircle(this World world, WPos origin, WDist r) {