Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2022-08-14 09:44:42 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2022-08-14 11:06:20 +0300
commitd5958e242b95984a278c39c63fadc5ef1258978b (patch)
treef435aa44de8ad920e1a3b3e4d819549238d9bede /lua
parent3b42fd05d8e60998b0fc5830a397b2354a81170b (diff)
chore(docs) properly display back-slash character
Diffstat (limited to 'lua')
-rw-r--r--lua/pl/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pl/config.lua b/lua/pl/config.lua
index 2e6db0c..76affa5 100644
--- a/lua/pl/config.lua
+++ b/lua/pl/config.lua
@@ -48,7 +48,7 @@ end
local config = {}
---- like io.lines(), but allows for lines to be continued with '\'.
+--- like `io.lines`, but allows for lines to be continued with '`\`'.
-- @param file a file-like object (anything where read() returns the next line) or a filename.
-- Defaults to stardard input.
-- @return an iterator over the lines, or nil