diff options
Diffstat (limited to 'src/ai/api/ai_marine.hpp')
-rw-r--r-- | src/ai/api/ai_marine.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_marine.hpp b/src/ai/api/ai_marine.hpp index 6b8223392..24cb40b8a 100644 --- a/src/ai/api/ai_marine.hpp +++ b/src/ai/api/ai_marine.hpp @@ -82,7 +82,7 @@ public: /** * Builds a water depot on tile. * @param tile The tile where the water depot will be build. - * @param front A tile on the same axis with 'tile' as the depot shall be oriented + * @param front A tile on the same axis with 'tile' as the depot shall be oriented. * @pre AIMap::IsValidTile(tile). * @pre AIMap::IsValidTile(front). * @exception AIError::ERR_AREA_NOT_CLEAR |