From 87393e8aef9ddfaca465d626ee7cff5ff499a7e8 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Sun, 13 Sep 2020 17:56:12 +0100 Subject: [PATCH] Fix additional `-` in docs Why isn't this automatically stripped! Bad squid. --- src/main/resources/data/computercraft/lua/rom/apis/window.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/computercraft/lua/rom/apis/window.lua b/src/main/resources/data/computercraft/lua/rom/apis/window.lua index d93533f03..ec112a991 100644 --- a/src/main/resources/data/computercraft/lua/rom/apis/window.lua +++ b/src/main/resources/data/computercraft/lua/rom/apis/window.lua @@ -440,7 +440,7 @@ function create(parent, nX, nY, nWidth, nHeight, bStartVisible) end --- Get the buffered contents of a line in this window. - --- + -- -- @tparam number y The y position of the line to get. -- @treturn string The textual content of this line. -- @treturn string The text colours of this line, suitable for use with @{term.blit}.