1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-10 14:25:59 +00:00

Fix additional - in docs

This commit is contained in:
Merith-TK
2021-02-22 01:45:09 -08:00
parent 19273b3696
commit 2e527eb11e
2 changed files with 8 additions and 1 deletions

View File

@@ -46,3 +46,10 @@ I hope the Fabric folks now realise this is gonna be a race of who can
update first :p. Either way, this was a very easy update - only changes update first :p. Either way, this was a very easy update - only changes
were due to unrelated Forge changes. were due to unrelated Forge changes.
``` ```
```
87393e8aef9ddfaca465d626ee7cff5ff499a7e8
Fix additional `-` in docs
Why isn't this automatically stripped! Bad squid.
```

View File

@@ -440,7 +440,7 @@ function create(parent, nX, nY, nWidth, nHeight, bStartVisible)
end end
--- Get the buffered contents of a line in this window. --- Get the buffered contents of a line in this window.
--- --
-- @tparam number y The y position of the line to get. -- @tparam number y The y position of the line to get.
-- @treturn string The textual content of this line. -- @treturn string The textual content of this line.
-- @treturn string The text colours of this line, suitable for use with @{term.blit}. -- @treturn string The text colours of this line, suitable for use with @{term.blit}.