From 72a985c3b0c74b3dcd6c5a6e7a4330b72973679f Mon Sep 17 00:00:00 2001 From: shevernitskiy Date: Wed, 30 Aug 2023 12:49:17 +0300 Subject: [PATCH] Update docs/dev/Lua API.rst Co-authored-by: Myk --- docs/dev/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index e06d75b09..c25de597a 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -5415,7 +5415,7 @@ asset. ``offset`` 0 is the first tile. * ``tp_border_panel(offset)`` tileset: ``hack/data/art/border-panel.png`` * ``tp_border_window(offset)`` tileset: ``hack/data/art/order-window.png`` -Example usega:: +Example usage:: local textures = require('gui.textures') local first_border_texpos = textures.tp_border_thin(1)