1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-04-28 18:01:22 +00:00

Fix my docs

Thanks @plt-hokusai. Kinda embarrassing this slipped through - I
evidently need to lint examples too.
This commit is contained in:
Jonathan Coates
2020-10-08 09:48:36 +01:00
committed by GitHub
parent 334ca65482
commit 30d35883b8

View File

@@ -13,7 +13,7 @@
-- @module cc.pretty
-- @usage Print a table to the terminal
-- local pretty = require "cc.pretty"
-- pretty.write(pretty.dump({ 1, 2, 3 }))
-- pretty.write(pretty.pretty({ 1, 2, 3 }))
--
-- @usage Build a custom document and display it
-- local pretty = require "cc.pretty"