Fix additional `-` in docs

Why isn't this automatically stripped! Bad squid.
This commit is contained in:
SquidDev 2020-09-13 17:56:12 +01:00
parent 86bf57e3cd
commit 87393e8aef
1 changed files with 1 additions and 1 deletions

View File

@ -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}.