From 2c667b1773c52f26116d3f906f0ab67b40cccbed Mon Sep 17 00:00:00 2001 From: Bernard Teo Date: Mon, 5 Jun 2023 01:45:18 +0800 Subject: [PATCH] Doc: Fix spelling error in ScriptTileList::RemoveRectangle (#10937) --- src/script/api/script_tilelist.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/api/script_tilelist.hpp b/src/script/api/script_tilelist.hpp index 5d2c9d1898..ea584b7111 100644 --- a/src/script/api/script_tilelist.hpp +++ b/src/script/api/script_tilelist.hpp @@ -37,7 +37,7 @@ public: void AddTile(TileIndex tile); /** - * Remove the tiles inside the rectangle between tile_from and tile_to form the list. + * Remove the tiles inside the rectangle between tile_from and tile_to from the list. * @param tile_from One corner of the tiles to remove. * @param tile_to The other corner of the files to remove. * @pre ScriptMap::IsValidTile(tile_from).