diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index 3f93a09b4..b7c226ff1 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -2612,9 +2612,8 @@ raw ``texpos``. When we need to draw a particular tile, we can look up the curre * ``loadTileset(file, tile_px_w, tile_px_h)`` - Loads tileset from the image ``file`` with give tile dimension in pixels (image will be sliced in row major order). - - Returns an array of ``TexposHandle`` + Loads a tileset from the image ``file`` with give tile dimensions in pixels. The + image will be sliced in row major order. Returns an array of ``TexposHandle``. Example usage::